How to change widget margins?

Posted in: Newspaper
Post count: 12

I’d like to reduce margins between sidebar widgets, and I’m assuming I need to add some custom CSS to my site, but don’t know the exact CSS.

Can you help with the correct CSS I should use?

Here’s my site: http://carolinaepicurean.com

Thank you,
Laura Huff

Post count: 22421

Hi,
Please add this code in the theme panel-> custom css box:
.td-pb-span4 .td-g-rec-id-sidebar .adsbygoogle, .td-pb-span4 .widget{
margin-bottom:20px;
}
.td-pb-span4 .td_block_text_with_title{
margin-bottom:20px;
}

Thank you!

Post count: 12

That did the trick!

Thank you, Laura

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