This is all very new to me: How do I make the right sidebar (showing recent post, categories ect.) smaller and more to the right? I want to make more space for the center.
I hope someone can help me!
The blog I need help with is milletandmore.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
This is all very new to me: How do I make the right sidebar (showing recent post, categories ect.) smaller and more to the right? I want to make more space for the center.
I hope someone can help me!
The blog I need help with is milletandmore.com.
Your total width is 900, so you could play with the numbers for your "content" column and your "sidebar" column. The original numbers were 600 for content and 300 for sidebar. I just put in these numbers but you can play with them a bit...
#content {
float: left;
width: 700px;
padding: 20px 20px 20px 0;
}
#sidebar {
float: right;
width: 200px;
padding-bottom: 20px;
}
Thank you so much!
This topic has been closed to new replies.