How can I adjust the right sidebar to fit a 300 pixel banner?

My changes in the css files arent working.

Comments

gueva’s picture

you have to go to the CSS. of the layout you choose ex: about layout - go to about folder, change the about.css file

nathanofearth’s picture

I edited about.css and changed the width of the right sidebar, but unless the content is reduced accordingly the formatting will break.

I found the ID "Primary" which is setting the content width of 770px. I can edit in Firebug and the formatting is fine, but I can't find the file that calls this out. I searched all the css files used for the page and do not see the ID "Primary" or any place that calls out a width of 770px.

How can I reduce the content width so I can increase the right sidebar?

Thanks for any input.

Nathan

Update: I found it in the template.php file. Works perfectly.