Hello. How do I add more space between the header and top of the widgets in the right side-bar?
Thank you.
The blog I need help with is prideprejudicetech.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
Hello. How do I add more space between the header and top of the widgets in the right side-bar?
Thank you.
The blog I need help with is prideprejudicetech.wordpress.com.
Hey there,
You can do this easily with Custom CSS, a portion of the Custom Design upgrade, which you've already purchased.
If you need any help with CSS, there's a good beginner tutorial that should get you started.
I'm going to go ahead and move this to the CSS Customization forum so you can get the help you're after. Happy blogging!
Try adding this to your CSS:
#secondary {margin-top: 50px;}
50 pixels is probably too much, but I wanted you to see the change, and you can tweak from there. The #secondary selector targets your entire right hand sidebar (it is "secondary" to your primary content).
Good luck!
This topic has been closed to new replies.