Hey guys,
Is it possible to keep the stretched header, homepage slideshow and footer as you see here … but have the body of content (text, call 2 action) within the boxed layout?
Thanks,
Justin
Hey Justin!
Set the layout to stretched and try with a code like this:
#main .container {
background: white;
}
#main .container_wrap{
background: transparent !important;
}
Cheers!
Josue
Thank you Josue! I can give it a shot.
Justin
Let us know how it goes :)
Hey!
Can you post a link to the website where you are trying it?
Best regards,
Josue
Wrap the contents you want to be boxed inside a color section (with ID “boxed-section”), like this. Then add this to the Quick CSS (remove the old code):
#boxed-section{
background: #d1d1d1 !important;
}
#boxed-section .container {
padding: 20px;
}
Regards,
Josue