Remove Carousel Slider padding

Posted in: Newspaper
Post count: 107

Hi there,

I have installed a carousel slider by Themepunch (they also make Slider Revolution) on my homepage.

http://www.betasite05.co.uk/

I would like to remove the top padding so it looks better. I placed the following css in the Visual Composer CSS editor (just for that page), however it did not work.
Hope you can help!!

#page {
.td-grid-wrap {
padding: 0px 0 0; !important;
}

Post count: 6600

Hi,

Please use this css for the top padding:

.page .td-page-wrap .td-grid-wrap {
padding-top: 0px;
}

Should work like this: http://screencast.com/t/ztEeowAgJTE

Thanks

Post count: 107

BRILLIANT!! THANKS LUCIAN :))

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