Closed (fixed)
Project:
Framework
Version:
6.x-2.6
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
25 Sep 2009 at 04:53 UTC
Updated:
13 Oct 2009 at 17:56 UTC
I want to increase the width of sidebars by 10px, how to do it?
Comments
Comment #1
andregriffin commentedYou will find the width of the sidebars in style.css. The file is highly organized and should be relatively simple to understand, find, alter, and replace CSS.
Comment #2
mattyoung commentedthank for the quick answer. I should've explained in the original message. I did find:
but when I change that to 160px, the right sidebar gets push down below the middle column :(
so I think some other width need to be adjusted to give room for the wider sidebar?
Comment #3
andregriffin commentedYou are correct. You must subtract the amount of pixels you added to the sidebar(s) from the center column. It is either called #center or #main in your version of Framework.
Alternatively, you could increase the overall width of the page by increasing the width of #wrapper.
Comment #4
andregriffin commented