#8012
ThemeofWP
Keymaster

You made with it visual composer and the solution within the visual composer but you can overwrite the style with this:

.vc_span2 {
display: inline-table !important;
float: left;
}

you can paste this within the theme style.css or visual composer custom css area.

Best Regards
ThemeofWP.com Team