My main content background and sidebar background are all the same color. What do I have to do to add a thin line in between the main content and the sidebar to separate the two?
My main content background and sidebar background are all the same color. What do I have to do to add a thin line in between the main content and the sidebar to separate the two?
Hi David,
You need to add one of the following in your theme's style.css file:
#right {border-left: 1px solid; padding-left: 5px;}
or
#left{border-right: 1px solid;padding-right: 14px;}
This topic has been closed to new replies.