Tagged: 

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #449937

    Dear support team,
    is there a way to have the boxed-layout on the homepage only? All other pages should have the stretched layout.
    Thanks for helping.

    #450132

    Hey dondela!

    Please refer to my post here – https://kriesi.at/support/topic/streched-layout-boxed-layout/#post-447148

    Best regards,
    Yigit

    #450140

    Thanks Yigit,
    this solution is the other way around. I want the homepage boxed and all other pages stretched. Is this possible as well?

    #450151

    Hi!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    .responsive .boxed#top {
      max-width: 100% !important;
      width: 100% !important;
    }
    .responsive .boxed#top.home {
      width: 1310px !important;
      max-width: 90% !important;
    }

    Regards,
    Yigit

    #450512

    Thank you Yigit, great support!

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Boxed Layout only on homepage’ is closed to new replies.