Sidebar Width?

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

av8rmike June 28 2007, 16:47:48 UTC
From here:
#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

ad_exia June 28 2007, 16:56:48 UTC
Awesome! Thanks so much. :D

Reply


Leave a comment

Up