Anyone can make a 300px width on the right sidebar? I don't care about the left sidebar. I change it manually using the style.css but the right sidebar is move at the bottom of the page when using IE 6.0. Now I change the width to 310px to fix the problem temporarily.

My website can be found at: http://www.sourcecodester.com/

Thanks for any help.

Comments

shruti.sheth’s picture

Hi,
One of the ways to make right sidebar width 300px can be as follows

To change the width of the right sidebar it is correct to edit the width in style.css for right sidebar but along with that the width for left sidebar should also be modified respectively so that the right sidebar doesn't move at the bottom of the page and the layout is balanced.

Also note, that the width of the sidebar-bg.png image is also required to be changed, different for left sidebar and right sidebar depending on their widths and applied separately in style.css, so that the content does not seem to overflow in left sidebar and main-content-inner.
Hope this helps!
Thanks,
Shruti.