• Resolved savannahlcross

    (@savannahlcross)


    Hi there,

    Love how simple your plugin is! Thanks in advance for any help you can offer. The banner is currently blocking my secondary menu (above header menu) on my desktop site and the whole menu on my mobile site. The majority of our business comes from our mobile site so I have temporary disabled the banner. Let me know if you need it live to help come up with a solution. I have tried some of the solutions you posted in the more recent topics but they didn’t work.

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

Viewing 1 replies (of 1 total)
  • Plugin Author rpetersen29

    (@rpetersen29)

    Hi @savannahlcross
    Change the simple-banner position to relative.

    In Simple Banner Custom CSS “.simple-banner {” put:

    z-index: 1;
    

    and in Website Custom CSS:

    div#header-space {
        height: 0 !important;
    }
    div#header-outer {
        position: relative !important;
    }
    

    Let me know how that works out.

Viewing 1 replies (of 1 total)
  • The topic ‘Banner blocking on desktop and website’ is closed to new replies.