Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #346217

    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?

    #346575

    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

    #415400

    Thanks so much. How can I apply this to other pages that I wish to be stretched layout as well?

    #415404

    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

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.