• Resolved savannahlcross

    (@savannahlcross)


    Hi there,

    Love how simple your plugin is and so grateful I can get my message across without a popup!

    Quick question…I tried some of the other solutions you suggested in this case but my banner is covering my secondary menu that sits above my main menu. Thoughts? You’ll see there is no secondary menu when the banner is live but I can send you screenshots of what it’s supposed to look like.

    Thanks!

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

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

    (@rpetersen29)

    Hi @savannahlcross
    With the secondary menu you would need to apply some custom CSS to make sure both the header and the secondary menu are positioned properly. I would need to see the secondary menu live however as we would need to use the classes applied to the menu for the solution. I am also seeing that the banner covers your main header in mobile view. We would need some custom CSS to fix this as well.

    As an alternative approach, you could set the banner to footer position so it would sit on the bottom of your page and you would have no issues with the header or secondary menu. Let me know how you would like to proceed.

    Thread Starter savannahlcross

    (@savannahlcross)

    Thanks so much for getting back to me. I have changed it to the footer for this current sale but would love to be able to put it back up in the future with custom CSS. Please have a look again on Tuesday once the banner is disabled and let me know what I should do to fix it. Thanks again!

    Thread Starter savannahlcross

    (@savannahlcross)

    The banner is disabled now, if you wouldn’t mind taking a look. Thanks!

    Plugin Author rpetersen29

    (@rpetersen29)

    Hi @savannahlcross
    You’re going to need some Custom CSS for this. Let me know if this works:

    @media only screen and (min-width: 1000px) {
    div#header-outer {
        top: 46px !important;
    }
    }
    
Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Banner hiding secondary menu’ is closed to new replies.