Hello,
Is there a way to reduce the space between widgets in the secondary sidebar? In the screengrab the top widget is the jetpack image widget and the bottom is tabs. I’d like to reduce the space under the image especially.
Thanks!
Kat
2 Answers
Please send me your site for further checking, so we will have a closer look.
Regards,
Dominic
http://www.katlangdon.com 🙂 Thanks!
To resolve this problem you can log in to Dashboard > Appearance > Editor > open the style.css file > add the following code :
#secondary .widget {
margin-top: 0 !important;
}
Regards,
Dominic
Worked perfectly, thanks!
Please login or Register to submit your answer