in reply to Re: Wider screen with nodelets off
in thread Wider screen with nodelets off

Ahhh... great idea, I didn't think to try CSS.

Setting the main_content width to 100% works, insomuch as it makes the right column as narrow as possible.

I had no luck getting a hold of the other column, either through the above example, or I also tried:

td.main_content + td { display: none; }

Perhaps, as you suggest, a much simpler solution would simply be to add a class attribute for that column, rather than removing it completely from the html.

</ajdelore>