I am trying to eliminate the left column and/or expanding the size of the right column here:
http://www.stopkillingyourselftolive.com/
I eliminated all the modules in position “left”, i even eliminated left from the template.
I also changed the part of template.css that controls this area (at least i think so) to this:
.main { width: 940px; margin: 0 auto; }
.w1 { width: 700px; float: left; }
.w1-1 { width: 49.9%; }
.w2-2 { width: 49.9%; }
.w2 { width: 240px; float: right; }
.w2-2 { width: 240px; float: right; }
NOTHING seems to work – any ideas?
All I want to do is have a wider right column – didn’t think it would be this hard