Tagged: ,

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #821751

    I’m running the latest version of the theme (4.1.1) and when I try to change my site layout from ‘boxed’ to ‘stretched’ the body changes, stretching the full width of the screen, but my header (top header, logo left, menu right) retains the boxed dimensions and doesn’t stretch to the edge of my screen. Any help would be great.

    • This topic was modified 6 years, 10 months ago by nrosella.
    #821994

    Hey nrosella,

    The content in the header and footer will keep within the same container width as the content which is not full width, it’s displaying that way on your site so it looks to be working as designed. Do you want to change that somehow?

    Best regards,
    Rikard

    #827106

    Yeah, I’d love to have all content on my site full-width, including the header and footer.

    Is that possible?

    Thanks

    #828597

    Hi,

    Please try the following in Quick CSS under Enfold->General Styling:

    #header .container, #footer .container {
      width:100% !important;
      min-width:100% !important;
      padding:0 !important;
    }

    Best regards,
    Rikard

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.