• Resolved claraab

    (@claraab)


    I’m having the same issue as in many other support posts: the banner is covering my website header.

    I tried the proposed solutions and none worked. My website uses the proper class header, however there is something blocking the CSS added by Simple Banner.

    Could you help me? Now the banner is activated but hidden.

    Thank you!

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

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

    (@rpetersen29)

    Hi @claraab
    There’s two options you could use:
    1. Change the banner position to footer
    2. Change the banner position to relative and then add the following to Website Custom CSS

    header.white:not(.fixed) {
        top: 40px;
    }
    
    Thread Starter claraab

    (@claraab)

    Thank you @rpetersen29 ! The second option did the trick!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Banner covering the header’ is closed to new replies.