how to enable sticky menu

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1206497
    Maurice Couwenberg
    Participant

    hello,

    i use booklium theme for 2 sites. I changed the primary menu to the top in stead of side. Unfortunately it gets out of focus when I scroll down. How can i enable a sticky primary menu?

    https://beachapartmentportugal.eu

    Discover Eco Glamping in Portugal

    thanks for your help

    Maurice

    #1208182
    Andre Flores
    Moderator

    Hello Maurice,

    Add the following code under Appearance ->Customize ->Additional CSS:

    #masthead {
    	position: sticky;
    	top: 0;
    	z-index: 10;
    }

    Regards,
    Andre

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.