• Resolved Lukas

    (@lubot)


    Good Morning,

    I am trying to make a sticky banner right under my main Menü, that is sticky on top of all pages. But somehow the simple banner is staying on top of the main menü and does not come down with the menu and also won’t show under the menu. Is there a fix for that?

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

    (@rpetersen29)

    Hi @lubot i’m going to need your url in order to help diagnose your issue.

    Thread Starter Lukas

    (@lubot)

    Hi, the website is https://www.arelium.de, but the banner is not active at the moment because its stays on top of the header.

    Plugin Author rpetersen29

    (@rpetersen29)

    Okay, well looking at your website it may be easier to place the banner underneath your header unless you want it to display at all times. So i’ll give you CSS for both situations, you may need to mess with the values a bit to make things work.

    For Underneath Header:
    In Simple Banner Custom CSS:

    z-index: 98;
    padding-top: 80px;
    

    For on top of Header always showing:
    In Simple Banner Custom CSS:

    position: fixed;
    

    In Custom Site CSS:

    section.elementor-element.elementor-element-b353f99.elementor-section-content-middle.elementor-section-full_width.elementor-section-height-default.elementor-section-height-default.elementor-section.elementor-top-section.elementor-sticky.elementor-sticky--effects.elementor-sticky--active.elementor-section--handles-inside {
        margin-top: 45px !important;
    }
    • This reply was modified 4 years, 9 months ago by rpetersen29.
    Thread Starter Lukas

    (@lubot)

    Hi,
    thank you for your answer, I had a small vacation, so I couldn’t answer you.
    I tried it right now and the Banner still showed on top of the Header and not beneath it. I really don’t understand why theoretically it should stay underneath with your code but it won’t work.

    Plugin Author rpetersen29

    (@rpetersen29)

    Hi @lubot its very difficult to try to diagnose your problem without the banner being active. If you activate it i will be able to craft the css better.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Banner staying on top of the main Menu’ is closed to new replies.