I'd like to have a thin, black border around the left sidebar on my blog... How do I do that?
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
I'd like to have a thin, black border around the left sidebar on my blog... How do I do that?
The blog I need help with is krlifr.com.
*right sidebar..
Give this a try.
#main #primary {
border: 1px solid #000000;
}
#main .widget-area ul {
padding: 0 10px;
}
This topic has been closed to new replies.