PDA

View Full Version : Move right column


crashys
01-05-2010, 10:41 AM
Hi, I've searched everywhere for this and can't find a way to move the right column a bit more to the left. I've attached a screenshot showing exactly what I want to accomplish.

Thanks in advance.

Lynne
01-05-2010, 02:14 PM
You actually need to set the width of the prior column smaller. Current:
.forumbit_post .foruminfo {
width:57%;}
So, change that to what you want and the other column will move over.

crashys
01-05-2010, 07:36 PM
You actually need to set the width of the prior column smaller. Current:
.forumbit_post .foruminfo {
width:57%;}So, change that to what you want and the other column will move over.

Okay, thanks for your help, it helped out. :)