Margin on Block 9 and block 17

Posted in: Newspaper
Post count: 96

.td_block_9 .td_module_8 {
padding-bottom: 0;
margin-bottom: 0;
}

.td_block_17 .td_module_8 {
padding-bottom: 0;
margin-bottom: 0;
}

Am using the above code on theme panel under custom code to remove margin or spacing between one title and another and its working fine.

What i need is to edit the default file and stop using the above code on – under custom code, i have tried to edit the style.css and its not working.

You can guide me where to edit the default file. The main reason is to avoid double loading on the css.

Post count: 22421

If the code works in your custom css spot in the theme panel, it should also work in style.css. Add the code in the very bottom of style.css after the closing of all tags.
Then clear all caching.

Thank you!

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