Tagged: boxed layout
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.
Hey dondela!
Please refer to my post here – https://kriesi.at/support/topic/streched-layout-boxed-layout/#post-447148
Best regards,
Yigit
Thanks Yigit,
this solution is the other way around. I want the homepage boxed and all other pages stretched. Is this possible as well?
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
Thank you Yigit, great support!