Decrease space between blocks

Posted in: Newspaper
Post count: 34

Hi!

I’m having a little trouble on decreasing dhe block space here: https://drive.google.com/open?id=0B0kbj5CETpoNOUE4QTY4Zk16SGM in this page http://www.shije.life, in Visual Composer I set padding marging to 0px and still the blocks appear distant to each other, I would like to decrease further more the space between them (vertically)! Please help me on this, how can I control this parameter…

Thank you!
Indro

Post count: 20688

Hi,

If you would like to reduce the space between those blocks
https://www.screencast.com/t/jxjjMcuM0MU
You could set a negative top margin for the block below, or a negative bottom margin for the top block, with the composer
https://www.screencast.com/t/VRyhnmOgMO
Or try some Custom CSS, like this for example
https://www.screencast.com/t/eJU6ZHzfZ

.home .td_block_21 {
margin-top: -48px;
}

Thanks

Post count: 34

Hello thank you for the quick answer, it helped me! Pardon me, about being uncorrect but I was asking for the space in between Ads on the right hand side column. I tried making negative top and bottom margin, but it didn’t make any difference…

Any suggestion?

Thanks again

Post count: 20688

Hi,

A code like this will reduce the bottom margin to half the current value, for all the custom ads used on the homepage in the current sidebar
https://www.screencast.com/t/5RYaQpqWHjB

.home .td-pb-span4 [class*="td-a-rec-id-custom_ad_"] {
margin-bottom: -22px;
}

Enter it in Theme panel->Custom CSS if you decide to use it.

Thanks

Post count: 34

Solved! Thank you very much!

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