• Resolved waitangisupport

    (@waitangisupport)


    The banner is blocking the header on our website, we want it to continue being fixed so it rolls with the page. We have used your forums to do this also.

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author rpetersen29

    (@rpetersen29)

    Hi @waitangisupport
    If you really want to do this. Custom Site CSS:

    header {
        position: absolute;
        z-index: 3;
        background: white;
        width: 100%;
        top: 70px;
    }
    

    But your theme is pretty much based around everything being display: block and position: relative. From a UX perspective it would make more sense to leave everything as is and unfix the banner. Using the above code is going to very much hinder your mobile experience, so i would not recommend it. If you can wait a week or so I can take a further look but unfortunately cannot given the recent surge of support requests.

    Thread Starter waitangisupport

    (@waitangisupport)

    Where do i find custom site CSS to test that code?

    Plugin Author rpetersen29

    (@rpetersen29)

    It’s part of the pro version features.

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

The topic ‘Banner blocking header’ is closed to new replies.