Hi,
I tried to change the width of the sidebars by editing the stylesheet, but nothing happens, this is the original code:
#container { width: 970px; margin: 15px auto 0 auto; }
#content_box { width: 970px; text-align: left; float: left; clear: both; }
#content { width: 500px; padding: 0 0 0 20px; float: left; }
#sidebar { width: 210px; padding: 0 0 0 15px; float: right; }
#l_sidebar { width: 210px; padding: 0 0 0 15px; float: left; }
#footer { width: 970px; padding: 1.2em 0 0 0; border-top: 3px solid #000; float: left; clear: both; }
to this:
#container { width: 970px; margin: 15px auto 0 auto; }
#content_box { width: 970px; text-align: left; float: left; clear: both; }
#content { width: 420px; padding: 0 0 0 20px; float: left; }
#sidebar { width: 290px; padding: 0 0 0 15px; float: right; }
#l_sidebar { width: 210px; padding: 0 0 0 15px; float: left; }
#footer { width: 970px; padding: 1.2em 0 0 0; border-top: 3px solid #000; float: left; clear: both; }
I have reduced the witdth of the content and and added extra witdth to the right hand sidebar. No matter what values i put in the right sidebars width, it stays the same. It just moves to the left a bit.
Any help would be apreciated!
/Monica
not resolved