• Resolved youthinkasido

    (@youthinkasido)


    Downloaded “Sticky Menu (or Anything!)” plugin to keep my nav menu at the top when scrolling, however, as I scroll, only the link of the current page scrolls rather than the whole menu, also the background color is lost.

    How can i get the entire nav menu to stay at the top while scrolling and retain background color?

    heres the link to site I need help with https://tritechtactical.com/

    Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi there

    Add this to your child theme’s custom.css

    .site-header {
        padding-left: 40px;
        padding-right: 40px;
        position: fixed;
        width: 100%;
        z-index: 9999 !important;
    }

    Might need a bit of tweaking ??

    All the best!

    Thread Starter youthinkasido

    (@youthinkasido)

    That did the trick!!! Thanks!!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘keep nav menu at the top when scrolling’ is closed to new replies.