1
I'm strugling with a site trying to change the width of the left column.
I have a special template, and I took all the width in the left column to try to troubleshoot it but still comes with the same size.
I checked in the style.css in themes/default and found this :
td#leftcolumn {width: 170px; border-right: 1px solid #ffffff; font-size:11px;}
I took the 'width: 170px;' out off this statement to see if something changed and refreshed the site and still comes with the same column width size.
what else is controlling it? I checked the main menu and user menu templates and there is only width="100%" which it takes whatever width size is set up.
any why to find out this?