padding reduction

Posted in: Newspaper
Post count: 30

Hello,
i wants to reduce padding between the content of the block suppose i am using block 7 and content is listed in block 7 i wants to reduce the default padding between these post list in that block.

http://postimg.org/image/fxrivqt1b/

i wants to reduce space between these post for all blocks.

Post count: 7909

Hi,

You will have to inspect the block where you want to change this and target the block and the module. I will provide an example for block 7 – http://screencast.com/t/oeRjRczY You can target it like this – http://screencast.com/t/CLAtq6yBaMUv
You can try this custom css in Theme Panel > Custom Css and adjust the padding value:

.td_block_7 .td_module_6 {
padding-bottom: 15px;
}

Thanks!

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