padding section

Posted in: Newspaper
Post count: 2

Dear all,
How should I decrease the padding between sections of my site? http://www.ergonews.it
Thx a lot for support,
Giovanni

Post count: 23312

Hello gsinatti,

I suppose that you are referring to decrease the padding between blocks. If you want to do this, you have to use a bit of CSS code.

The code is ->

.td_block_wrap {
padding-bottom: 5px;
}
.td_block_wrap .td-next-prev-wrap {
margin-bottom:0!important;
}

The result you should see here -> http://screencast.com/t/Gvc4z3VF

Hope this helps!

If is not what you mean, please provide more details about what your desired changes so I will be able to provide a more accurate response.

Thank you for the message!

Post count: 2

thx a lot Catalin.
Super!
Giovanni

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