Remove Page Padding Visual Composer

Posted in: Newspaper
Post count: 159

Hello – Need a little help… I need to remove the padding around the main page content (top, right, bottom and left). I’m using visual composer.

See link:

https://www.dropbox.com/s/kjoaxah1n9kcayh/RemovePadding.png?dl=0

Thanks!

IC

Post count: 23312

Hello

If you want to reduce those paddings, you have to decrease the width of the td-outer-wrap container. Please try the code below and add it in Theme panel->Custom CSS area.

The code is ->

.td-boxed-layout #td-outer-wrap {
width: 1116px;
}

The result -> http://screencast.com/t/0T2gpO9V

If you need more assistance in this regard, please provide your website URL so I can further inspect it.

Hope this helps!

Thank you for the message!

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