Quote Originally Posted by esugrue View Post
Hi!

What's the easiest way of removing the RHS column from the main page only.

I have an image (it was a table) that is 700 px wide and if the customer resolution is 1024 then it goes into the RHS column. I can't really make the promo image smaller so my only option I think is to remove the RHS column.

Sample: http://www.thrivingstores.com/au_store
(It will probably look OK unless your resolution is 1024x)

Thanks
Ernie
Add this to your css:

#indexHomeBody #navColumnOne {display:none;}
#indexHomeBody .outer {padding-left:10px;}
#indexHomeBody #contentMainWrapperb {background-image:none;}