I want to completely disable the left column, (did already) and have the middle column take the space of the left column. How can I do this?
Last edited by i2Paq on Sat Oct 16, 2010 4:08 pm, edited 1 time in total.
Reason: Topic moved
Reason: Topic moved
Ok I figured this one out. For those who need this in the future, in the stylesheet.php of your current theme, simply go to:
and make the changes indicated in the bold
Code: Select all
}
#column_left {
float: left;
[b]width: 0px;[/b]
margin-right: 10px;
clear: left;
}
#column_right {
float: right;
width: 180px;
margin-left: 10px;
clear: right;
}
#content {
[b]margin-left: 0px;[/b]
margin-right: 190px;
margin-bottom: 10px;
and make the changes indicated in the bold
Who is online
Users browsing this forum: No registered users and 11 guests