Come together with the global Drupal community in Rotterdam, 28 Sept – 1 Oct 2026. Sessions, contribution, connection, and Early Bird savings until 8 June.
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.
Comments
Comment #1
gueva commentedyou have to go to the CSS. of the layout you choose ex: about layout - go to about folder, change the about.css file
Comment #2
nathanofearth commentedI 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.