Change margin between widgets in sidebar

Posted in: Newsmag
Post count: 13

How can I change margin between widgets in the sidebar?

Thank you.

Post count: 7909

Hi,

Unfortunately there is not an option to do this like on page, but you can use css code in Theme Panel > Custom Css: http://screencast.com/t/svk23mzYzg0

If you want to change margin to all blocks from sidebar you can try this css: http://screencast.com/t/Nejq6EKTO2

.td-ss-main-sidebar .td_block_wrap{
margin-bottom:40px !important;
}

Or you can target blocks individual from sidebar: http://screencast.com/t/x5igr7T7Vv

.td-ss-main-sidebar .td_block_social_counter{
margin-bottom:40px !important;
}
.td-ss-main-sidebar .td_block_4 {
margin-bottom:40px !important;
}

Please provide your site URL, if you can’t managed this and provide more detail.

Thanks!

Post count: 13

Thank you. Where do I need to insert the code in wordpress?

Post count: 7909

Hi,

Please add css code in Theme Panel > Custom Css: http://screencast.com/t/w8H3DQwKqqW

Thanks!

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