• Resolved alainablay

    (@alainablay)


    Hello,

    I downloaded the Simple Banner plugin to put a banner at the top of my site announcing my new professional website (http://www.alaina.nyc) and I want to direct viewers there from my WordPress blog (http://www.ninavations.com).

    As you can see, it looks like something is interfering with this feature as it is showing behind the navigation bar. I have a theme from Pipdig for a premade layout that I customized on my own. Are you able to guide me on how to fix this? I would prefer to have the banner on top of the navigation bar and also have it fixed (like the navigation bar).

    Thank you!

    Best,
    AB

    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 @alainablay

    I can absolutely help you with this. The following configuration should work:

    • Set z-index to 1
    • Set position to fixed
    • header top padding: 40px
    • Add the following custom site css:
    .site-top, .slicknav_menu {
    top: 40px !important;
    }

    Let me know how that works!

    Thread Starter alainablay

    (@alainablay)

    Perfect! It works seamlessly now. Thank you!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Banner Behind Navigation Bar’ is closed to new replies.