I would like to use stretched layout for my static home page, and boxed layout for my blog page. Any ideas how I can go about doing this?
Hey profitsrun!
Please set layout to boxed and then add following code to Quick CSS in Enfold theme options under General Styling tab
.boxed#top.home { max-width: 100%!important; width: 100%!important; }
Regards,
Yigit
Thanks so much. How can I apply this to other pages that I wish to be stretched layout as well?
Hi!
You can inspect elements on your page and target them using page ID – http://i.imgur.com/OwA3ofs.png?1
and change the code to following one
.boxed#top.page-id-987 { max-width: 100%!important; width: 100%!important; }
Cheers!
Yigit