The widgets seems to crowding each other. They seem to be sitting one on top of the other and I would like a little more room between them. How do I go about doing that? Thanks.
The blog I need help with is activepraxis.wordpress.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
The widgets seems to crowding each other. They seem to be sitting one on top of the other and I would like a little more room between them. How do I go about doing that? Thanks.
The blog I need help with is activepraxis.wordpress.com.
You can add the following code in Appearance -> Custom Design -> CSS:
#sidebar ul {
margin:30px 0;
}
Note that you'll need the Custom Design upgrade in order for the change to take effect, but you can preview things first.
This topic has been closed to new replies.