• Resolved nobuhlesibusiso

    (@nobuhlesibusiso)


    How can I make the sitewide banner reach both edges of the screen as the slider image does?

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • hannah

    (@hannahritner)

    Hey,
    Try adding this to your custom css:

    .headerclass .container {
        width: 100%;
        padding: 0;
    }
    .virtue_banner img {
        width: 100%;
        max-height: 400px;
    }

    Hope it helps!

    Best,
    Hannah

    Thread Starter nobuhlesibusiso

    (@nobuhlesibusiso)

    It did! It works perfectly. Thank you so much for all your knowledge.

    You’re the best.

    hannah

    (@hannahritner)

    Happy to help!

    Best,
    Hannah

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to alter sitewide banner size’ is closed to new replies.