Tagged: layout
Hej,
I would like to have astonishing full screen (stretched) landing page.
On other pages for more clear experience I’d like to use boxed layout.
Is there a way to do so – using this or the other layout on individual pages?
Felix
so it seems to be best you set the general layout to boxed and define for the home page
body.home {
max-width: 100% !important;
width: 100% !important;
}
.responsive #top.boxed .home, .responsive.html_boxed.html_header_sticky .home #header, .responsive.html_boxed.html_header_transparency .home #header {
max-width: 100% !important;
width: 100% !important;
}
i don’t see if this is enough declaration for the moment. you have to look on landing page (class for body in this case is “home”) if this is enough
if you like to have a “home” page everything stretched to 100% than you have to make a css rule for .container