Hello,
Is it possible to have a fullwidth menu bar in the boxed layout and if not, how about the stretched layout? I’m looking to achieve what you see in the attached. If not fully to the ends of the page, I’d like to know how to stretch it as far as possible.
Thanks
Hey lzevon!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
#main {
max-width: 980px;
margin: auto;
}
.responsive .boxed#top, .responsive.html_boxed.html_header_sticky #header, .responsive.html_boxed.html_header_transparency #header {
max-width: 100%;
width: 100%;
}
#header_main_alternate .container {
max-width: 100%;
padding: 0;
}
Cheers!
Yigit
awesome!