I have a MasterPage that is two column layout, left column menu, right column content. The whole page is XHTML/Divs/CSS layout. So the columns are div's with CSS applied to size them.
For one page, a grid page, I want only one column (the content column) to be 100% width for maximum viewing area.
How can I use the same masterpage and the same theme on this one off exception page?
Creating a whole new masterpage and adding a new CSS property to the theme just for this one page seems like overkill. Is there a way to override the content div's CSS width property on just this page? I'm not an expert in CSS but I thought there was a way to do this.
I do have some reservations about letting the client side do overriding though; for compatibility reasons. I would prefer a server side override.
Any suggestions?