• Resolved nettiebee

    (@nettiebee)


    is it possible to have the sitewide banner (beneath the header) extend across the width of the page, instead of just the width of the header? Thank you!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hey,
    It’s not an option but I supposed you could do this with css like this:

    .headerclass > .container:last-child {
        width: 100%;
        padding: 0;
    }

    Just add in your theme options > advanced settings.

    Kadence Themes

    Thread Starter nettiebee

    (@nettiebee)

    Success! Thanks so much for the quick answer and solution to my question.

    And thanks for the demo content. It really helped me out. So do your tutorials. Thanks for the great support!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Sitewide banner width’ is closed to new replies.