How can i center the visual composer elements giving a free space . I mean i wish to add the 3 photos centered . I am using columns and clear element in visual composer in order to create a column that are empty in order to center them. i attach a screeenshot of the backend and the live version url . thanks
Hey @Borislav.VD,
Try adding this code in your Global CSS.
.x-column {
min-height: 1px;
}

Hope that helps.
Hi i have used it but appears a error mistake into the css area i attach a screenshot

Hi There @Borislav.VD
It seems that your custom CSS rules having errors. Could you please copy all of your custom CSS rules into an online tool like CSS Lint (http://csslint.net/) and check for errors.
Then you need to correct the errors and add them back your Global CSS area and test your site again.
Thanks!
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.