Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #1468432

    Hej geniuss,

    I have a client who wants a boxed layout (content width 1520pxl) but also wants to have a fullwidth header/menu if that is possible. This is the style of design she wants to copy: Link to the website example she likes

    Obviously I can set the site to boxed and apply the width of 1520pixels but (if it is possible??) how would I keep the heading/menu fullwidth?

    Kind regards,
    Annemarie

    #1468441

    This is just a boxed layout with fixed header.
    The header could be stretched to full width ( fixed positioned elements are on default out of the box ):

    .html_header_top.html_header_sticky #header {
      position: fixed;
      width: 100% !important;
      max-width: 100% !important;
      left: 0;
      background-color: #FFF !important;
    }

    see: https://enfold.webers-webdesign.de/

    #1468447

    Hi,

    Thanks for helping out @guenni007 :-)

    Best regards,
    Rikard

    #1468473

    That you so much!! That works perfectly, the client will be so happy.

    Regards,
    Annemarie

    #1468474

    Hi,

    Thanks for the update, we’ll close this thread for now then. Please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Can you have a fullwidth menu bar with boxed layout’ is closed to new replies.