My whole page is gray, and I'd still like it to be. But - I would like to put a black border, or a vertical line, to separate the sidebar from the actual site. Please?
The blog I need help with is krlifr.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
My whole page is gray, and I'd still like it to be. But - I would like to put a black border, or a vertical line, to separate the sidebar from the actual site. Please?
The blog I need help with is krlifr.com.
I put the border on the right of the main content so that it would go clear to the bottom of the page instead of stopping at the bottom of the active widgets. I also added just a bit of right margin to the posts so that the right side space between the text and the border would be more equal with the left.
#content {
border-right: 1px solid #000000;
}
.hentry {
margin-right: 10px;
}
Actually I think 20px for the right margin in .hentry would be better after looking down your main page.
Perfect, thank you very much! :)
You are welcome.
This topic has been closed to new replies.