Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #228778
    Glen Pavelich
    Participant

    For this site: backyardpollinator.com
    Is there a css that will force the menu to remain fixed with scrolling down the page?

    #228819
    Skandha
    Participant

    @fireflywebs: Hello there,
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    #header-top {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 200;
    }

    Let me know if this works out!
    Kind Regards,
    Skandha

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Fix Primary Menu’ is closed to new replies.