katlangdon
asked 11 years ago

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
DominicStaff
answered 11 years ago

Please send me your site for further checking, so we will have a closer look.
Regards,
Dominic

katlangdon
replied 11 years ago

http://www.katlangdon.com 🙂 Thanks!

DominicStaff
answered 11 years ago

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

katlangdon
replied 11 years ago

Worked perfectly, thanks!

Powered by DW Question & Answer Pro