How to decrease the gap between blocks/elements

Posted in: Newspaper
Post count: 436

Hey,
look at this image:

There is so much gape between the header and the first block of the homepage ( Big Grid). Similarly, when I tried to add “Facebook Like Page plugin” on the right side, there was so much gape between one block and other.

How can I narrow this gape?

Thank you

Post count: 22421

Hello,

There is a default padding on pages seen especially if you use big grids. You can remove it with a bit of css like so:
.td-main-page-wrap{
padding-top:15px!important;
}

However if you use a trending now element or different elements, this padding will be required.
You can target specific pages using the unique page id like so:
.page-id-90 .td-main-page-wrap{
padding-top:15px!important;
}

http://screencast.com/t/PJTVhsEE

As for the sidebar you will have to provide a link to your site so I can inspect this element

Thank you !

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