• Resolved niphaalts

    (@niphaalts)


    Hi!

    I would like to have the white navigation menu behave like a sticky menu always, not just when scrolling. So when you enter the page it would already have the white background and be at the very top. I can’t find the code that controls what the navigation bar looks like.

    Any ideas?

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • AddWeb Solution

    (@addweb-solution-pvt-ltd)

    Hello niphaalts,

    Add below css code into your current active child theme’s style.css file or you can add additional css option in theme customizer

    #site-navigation-wrapper {
        position: absolute !important;
        background-color: #fff;
    }

    Hope this will helps you.

    Thanks.

    Thread Starter niphaalts

    (@niphaalts)

    Thanks a bunch!

    Had to add the following CSS as well to get the bar to the very top:

    .pique-frontpage #masthead {
    	padding-top: 0px;
    }
    .site-title {
    	display: none;
    }
    .main-navigation {
    	margin-top: 0px !important;
    }
Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Navigation menu always sticky’ is closed to new replies.