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
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;
}
That you so much!! That works perfectly, the client will be so happy.
Regards,
Annemarie
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