How to remove white space around block on pages with VC

Posted in: Newspaper
Post count: 13

Hi,

I created a page using VC and tried setting up a background image for the block. I found out how to make the image full width on the page, however cannot figure out how to get rid of the top and bottom white padding, as seen on the page below:

http://extraordinarysimpleworld.com/

Thanks for your assistance.

Post count: 7909

Hi,

Please try this custom css in Theme Panel > Custom Css – http://screencast.com/t/VXwtLGw3QT

.home .td-main-page-wrap {
padding-top: 0;
}
.home .td-main-content-wrap {
padding-bottom: 0;
}

Thanks!

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