Comments Jacob started the conversationAugust 2, 2014 at 5:22amIs there anyway to reduce the spacing between widgets in the blog and page sidebars? Also, I\'m interested in reducing/eliminating space between images in my blog posts. Any advice? Thanks for your time. 8,839Tahir repliedAugust 4, 2014 at 7:02amHey Jacob!To reduce the space btw sidebar divs use this custom css. Add this into the Custom CSS box located in your Salient Options panel :#sidebar > div { margin-bottom: 25px !important; } And for the image :body.single-post .post-content p img { margin-bottom: 0px !important; margin-top: 0px !important; } Cheers ThemeNectar Support Team Jacob repliedAugust 7, 2014 at 6:47pmThanks Tahir, that worked perfectly. Sign in to reply ...
Is there anyway to reduce the spacing between widgets in the blog and page sidebars? Also, I\'m interested in reducing/eliminating space between images in my blog posts. Any advice? Thanks for your time.
Hey Jacob!
To reduce the space btw sidebar divs use this custom css. Add this into the Custom CSS box located in your Salient Options panel :
And for the image :
Cheers
ThemeNectar Support Team
Thanks Tahir, that worked perfectly.