How do achieve this? I want the header to be unconstrained but the main content area boxed.
Hi crewneck!
Please add following code to Quick CSS
.html_boxed.html_header_sticky #header {
width: 100%;
max-width: 100%;
left: 0;
}
Cheers!
Yigit
Thanks Yigit!