I have searched the forum but could not find a similar topic. If this has been asked before, would appreciate a link to the answer.
Thanks!
]]>]]>
I would like my side bars to be different widths (the right bar wider than the left bar.
I have managed to change the width of both of them in CSS by adjusting the width like here:
.sidebar, .obar{
margin: 0 0 0 5px;
float: right;
width: 200px;
line-height: 18px;
Can they be changed to different widths?
]]>