how do I reduce the height of the widget boxes in my sidebar?
-
how do I reduce the height of the widget boxes in my sidebar? I want to reduce the space between them, but there seems to be a default minimium size. . . how do I change it? My blog is http://explorationvacation.net/
The blog I need help with is: (visible only to logged in users)
-
Hi there,
You can do this if you edit CSS. Please go to Appearance > Customize > CSS in your Dashboard and remove the informational content in the Editor. Then try pasting this in:
#secondary .widget { margin-top: -.8em; padding-bottom: 2em; }Feel free to reach out if you have any questions!
- The topic ‘how do I reduce the height of the widget boxes in my sidebar?’ is closed to new replies.