Closed (fixed)
Project:
Austere
Version:
6.x-4.4
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
28 Feb 2009 at 02:34 UTC
Updated:
14 Mar 2009 at 23:00 UTC
Is there a way to make the left sidebar narrower?
Comments
Comment #1
onejam commentedYou'll need to change the width value in page.tpl.php, the lines to change are:
Comment #2
saskmember commentedThank you for your quick reply...
I really like your theme - it is working quite well for me.
For the left sidebar, I have tried the following....
on the line where it says if ($left)....
.... changing the #main width to 760
.... adding #sidebar-left {width:120px; }
.... adding #sidebar-left .column {width:120px; }
The left sidebar stays the same.
What am I doing wrong or not doing?
The website I'm using it on is..... http://www.lakeviewca.com/cms/
It's a non-profit organization where I'm hoping to turn over the webpage updating to someone else.
If the leftside-bar area could be reduced a bit (because not many will be given login priveledges), it would reduce the amount of blank area on the left.
Thank you for your help.
Comment #3
onejam commentedOpen up style.css and change:
The way it works just now is a bit ugly. I'll really need to update it using template.php instead to split out css classes in the body tag for left and right sidebars, though it will do for now until i have some free time.
Comment #4
saskmember commentedFixed!!!
Thank you!!! ---- it turns out that since I used the color module, there was yet another style.css that I didn't find and didn't update.
Comment #5
saskmember commentedForgot to set it to "Fixed!!"
Comment #6
onejam commentedNo worries, also you may have to clear your cache after making changes.