New Topic

Is there a way to make a sticky header in startup pro

Home › Forum › Customization › Is there a way to make a sticky header in startup pro

This topic contains 3 replies, has 2 voices, and was last updated by  StartupWP 4 years, 6 months ago.

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1838

    ardra1
    Participant

    I’d like to keep the menu visible at all times, on all pages, and even when someone is scrolling down a page. Is that possible to do with Startup Pro? I believe what I’m looking for is the ability to add a sticky menu to this theme. Can that be done?

    Thank you.

    #1839

    StartupWP
    Keymaster

    Try:

    #wrapper {
      margin: 100px auto 0;
    }
    
    #menu {
      left: 0;
      margin-top: 0;
      position: fixed;
      top: 0;
      width: 100%;
      z-index: 2147483647;
    }

    https://startupwp.com/topic/customizing-your-theme/

    #1876

    ardra1
    Participant

    Thank you very much!

    #1880

    StartupWP
    Keymaster

    You’re welcome.

Viewing 4 posts - 1 through 4 (of 4 total)

You must be logged in to reply to this topic.