Reduce space top and bottom block 9

Posted in: Newspaper
Post count: 186

Please support, can you help me with the css code to reduce the space of top and bottom on block 9 just as seen in the image close_gap_using_css

  • This topic was modified 8 years by willysawa.
Post count: 20688

Hi,

There is a default margin and padding set on the module of that block, You could reduce those with a code like this
https://www.screencast.com/t/biVMbxcDoUW

.td_block_9 .td_module_8 {
padding-bottom: 15px;
margin-bottom: 8px;
}

You can change the values in the code if needed, set them how you want. The browser inspector is a useful tool you can use to create simple CSS codes
https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/

Thanks

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