My site is: http://dabullz.com/
I am using the kubrick default theme.
I would like to put a divider between the sidebar and the main content column. Anyone know how to do this?
My site is: http://dabullz.com/
I am using the kubrick default theme.
I would like to put a divider between the sidebar and the main content column. Anyone know how to do this?
Putting div#sidebar {border-right:1px solid #666}
in style.css would give you a 1 pixel thick line with the color #666 (light grey) along your sidebar.
Putting
div#content {border-left:1px solid #666}
in style.css would do the same thing only it would keep on as long as there are posts, and not end when the content of the sidebar does.
Try it out and see for yourself! =)
Thanks, that was exactly what I was looking for.
This topic has been closed to new replies.