Extra space between widgets in sidebar
-
This is a question I’ve asked before and I would like to know how to do it so I don’t have to ask again. Underneath the “Follow Blog” widget, Facebook widget and between the 2 image widgets, I have undesired space. How do I get rid of this?
See it hereThe blog I need help with is: (visible only to logged in users)
-
Go to appearance > widgets and remove the “top rated” widget which is between the follow blog widget and the facebook widget.
For the image widgets. Adjust the 0 value as you desire. The below is targeting all image widgets since they will all have the same padding above (25px).
#sidebar .widget_image { padding-top: 0; } -
-
- The topic ‘Extra space between widgets in sidebar’ is closed to new replies.