Okay
  Public Ticket #2638999
Make menu sticky
Closed

Comments

  •  2
    travelintaiwan started the conversation

    Hi there, 

    Simple question. How to make the menu on top sticky? Right now, it stays for the first scroll and then moves up. Where can find the setting for that or what CSS should I use?

    Also, could you please give me the CSS for changing the menu item's font size?

    Thanks a million!

    Johannes

  •  2,963
    Andrew replied

    Hi There,

    Please ensure this option is turned off:

    8447856856.png

    To change the menu font size, you can adjust the typography settings below:

    4817962963.png

    Thanks.

  •  2
    travelintaiwan replied

    Thanks for the answer. The font size is changed.

    The stickiness is still not there however.

  •  2
    travelintaiwan replied

    The menu re-appears when reaching the end of the page. Where is the setting for that?

  •  2,963
    Andrew replied

    Hi There,

    Please try this css:

    #top {
        position: fixed !important;
        background: white !important;
    }

    Kind Regards.

  •  2
    travelintaiwan replied

    Thanks, Andrew,

    That's what I was looking for.

    Have a good day!