Okay
  Public Ticket #1674320
Stop menu from being hidden
Closed

Comments

  • gearsreloaded764187 started the conversation

    Hello,

    I'm setting up my website using your theme for wordpress and noticed the wordpress menu bar at the top is hidden by default until you scroll down the page.

    How can I make the menu bar always viable and fixed to the top even if you are scrolled half way down the page?

  •  2,010
    Ocean replied

    Hello,

    You can use the custom CSS below to do it.

    .page-template-one-page-php .site-header { top: 0; z-index: 999; }

    Thanks.