decrease vertical white space boxed layout

Posted in: Newspaper
Post count: 101

How to decrease the white space in both sides of the boxed layout? I mean, the vertical white space that starts at the end of the long line below the titles for each widget (about me, follow me and so on…), so in both sides of the page, I want to decrease the width of the vertical space by 50%, not the content inside the boxed layout.

http://carmeneverywhere.com/

Post count: 23312

Hello carmene,

If you want to reduce that vertical space, 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

Thank you for the message!

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