How to change the width of content on page

Posted in: Newsmag
Post count: 2

When I create a post without the sidebar I notice there’s a gap between the page and the right border. Check out this page as an example http://www.cuisinevault.com/molecular-gastronomy/. If you scroll down to the second section, you’ll notice the background colour doesn’t reach the right side of the page.

How do I extend the page all the way?

Post count: 23312

Hello cuisinevault,

Try to use the code below and place it in Theme panel -> Custom CSS area.

.postid-515 .td-post-content .wpb_row {
left: 0;
}

Hope this helps and let us know how it goes!

Thanks.

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