Carrosel not centered

Posted in: Newspaper
Post count: 7

Hello guys,
I added a Carrosel element to my page and I’m unable to center it on the page. How should I do it ? The webpage is http://www.fundoversa.com.br
Thanks

Post count: 23312

Hello aludolf,

If you want to center the carousel element from Visual Composer, please try to use a bit of CSS code to do that. Try the code below and place it in Theme panel->Custom CSS area.

The code is ->

.vc_images_carousel .vc_carousel-inner .vc_carousel-slideline {
text-align:center;
}

The result you should see here -> http://screencast.com/t/ZBRhABtWId

Thanks for the message!

Post count: 7

That works perfectly. Tnaks !

Viewing 3 posts - 1 through 3 (of 3 total)
The forum ‘Newspaper’ is closed to new topics and replies.