Tagged: 

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #513166

    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

    #513171

    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

    • This reply was modified 8 years, 6 months ago by Guenni007.
    #513499

    Hey Felix,

    Did you try @Guenni007s suggestion? If you should need any more help then please link to the site in question so that we can have a closer look.

    Cheers!
    Rikard

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