I'm trying to remove some of the vertical spacing between my sidebar widgets.
I've been through at least ten threads of people asking for this same solution, and none of them have helped me.
The blog I need help with is orangeandblackpumpkins.com.
WordPress.com is an easy way to start blogging. Get a blog, check out our features, read the latest announcements, choose from great themes, or learn about the team behind it.
Need help? Check out our Support site, then
I'm trying to remove some of the vertical spacing between my sidebar widgets.
I've been through at least ten threads of people asking for this same solution, and none of them have helped me.
The blog I need help with is orangeandblackpumpkins.com.
CSS is theme specific, so what works for one theme will nearly always not work for another theme. Add this to the bottom of your CSS and adjust the 4em value as desired. You can also use decimals such as 2.5em, or 1.57em.
#sidebar .item {
margin-bottom: 4em;
}
That works :)
Hopefully others with the Modularity Lite theme find this useful.
Thanks sacred! Not the first time you bailed me out (and probably won't be the last)
You are welcome, and yes, this question is bound to surface again in the future.
This topic has been closed to new replies.