Post by IOWA » Sat Oct 16, 2010 2:21 am

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

New member

Posts

Joined
Fri Oct 15, 2010 2:35 am

Post by IOWA » Sat Oct 16, 2010 5:52 am

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:

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

New member

Posts

Joined
Fri Oct 15, 2010 2:35 am

Post by m3talhead » Tue Oct 19, 2010 1:17 am

Thanx, i was looking for this!

New member

Posts

Joined
Sun Oct 17, 2010 4:07 am
Location - South Africa

Post by m3talhead » Tue Oct 19, 2010 1:17 am

Thanx, i was looking for this!

New member

Posts

Joined
Sun Oct 17, 2010 4:07 am
Location - South Africa

Post by IOWA » Thu Oct 21, 2010 2:52 am

No problem!

New member

Posts

Joined
Fri Oct 15, 2010 2:35 am
Who is online

Users browsing this forum: No registered users and 11 guests