I use the twenty-ten theme and I would like to add a border around the outside of by blog as well as one around the sidebar. Just something simple so it doesn't look like everything is just floating around. Any ideas?
I use the twenty-ten theme and I would like to add a border around the outside of by blog as well as one around the sidebar. Just something simple so it doesn't look like everything is just floating around. Any ideas?
Add this to the stylesheet
#wrapper, #primary { border: 1px solid #DADADA; }
You will have to add some padding around the sidebar - #primary is the sidebar
This topic has been closed to new replies.