Take your website
To the next level
Discover our newly launched customization services and elevate your web projects to new heights.
Delegate tasks, save time, and unlock the power of professional WordPress outsourcing.

Okay
  Public Ticket #1155282
Fullwidth Home and Boxed site
Closed

Comments

  • eugenioheer started the conversation

    It is possible to have the Homepage as a fullscreen page and then the inner subpages as boxed layout?

    Thanks!

  •  7,092
    Oliver replied

    HI!

    pls. use following CSS on the page where you need to set boxed layout:

    #page {
    max-width: 1260px;
    margin: 0 auto;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.11);
    }

    Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. 

    Regards, Oliver

  • eugenioheer replied

    So i have to set from Theme options layout fullwidth? and then only on the pages that i want boxed using this css code? Couldn't be the other way, because is only one page fullscreen and all the other are boxed and i already  specify a background image for boxed pages. So which would be the code to use fullscreen ?

  •  7,092
    Oliver replied

    HI!

    Pls. set boxed layout in the theme options and give me link to the page where you need fullwidth. 

    Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. 

    Regards, Oliver

  • eugenioheer replied

    It is already set.  and the link for fullwdith would be the homepage that has a video http://noahive.com


  •  7,092
    Oliver replied

    Css:

    #page.layout-boxed {
        max-width: 100%;
        width: 100%;
    }
    

    Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. 

    Regards, Oliver

  • eugenioheer replied

    Thanks! you can close all the tickets!!

  •  7,092
    Oliver replied

    Feel free to contact us if you need help.

    Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. 

    Regards, Oliver