Jun 26, 2007 15:40
Another question about Expressive (Rocket) theme - I want to make my sidebar juuuust a little wider, but I don't know how to specify that in the CSS box. Can anyone tell me what the code is to specify the number of pixels wide the sidebar is? Thanks!
Leave a comment
Comments 2
#beta,#gamma {width: 200px;}
#alpha {width: 740px;}
.layout-tw #alpha-inner{width: 700px;}
If you decide to make the sidebars wider than this, decrease the widths on #alpha and #alpha-inner by the same amount.
Reply
Reply
Leave a comment