I would like to use stretched layout on home page and use boxed layout on other pages. how would I go about this.
Thank you.
Hi blonddragon!
Add this to your custom CSS.
#wrap_all { max-width: 1030px !important; margin: 0px auto !important; }
.home #wrap_all { max-width: 100% !important; }
Regards,
Elliott