Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #388236

    How do achieve this? I want the header to be unconstrained but the main content area boxed.

    #388326

    Hi crewneck!

    Please add following code to Quick CSS

    .html_boxed.html_header_sticky #header {
    width: 100%;
    max-width: 100%;
    left: 0;
    }

    Cheers!
    Yigit

    #388327

    Thanks Yigit!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Fullwidth header but boxed main content area?’ is closed to new replies.