• Resolved elliottgbrown

    (@elliottgbrown)


    The banner shows when you first load the page, but when you scroll, and the header changes, the banner message goes away. Is there a way to keep it in place?

    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)

    Not sure if this satisfies your needs but you could put
    position: sticky;
    or
    position: fixed;
    In the Simple Banner Custom CSS section.

    I added the fixed code and it is really fixed at the top when i scroll down.
    but it is covering big part of the menu. my theme is FOX theme.
    How can I keep it fixed at the top but not cover the menu?

    Plugin Author rpetersen29

    (@rpetersen29)

    You’re going to need to add margin to each of your headers. In the custom site CSS, something like:

    
    header {
        margin-top: 64px;
    }
    #masthead {
        margin-top: 64px;
    }
    
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Banner Disappears when scrolling’ is closed to new replies.