[Support request] Header sticky on mobile

Home Forums Support [Support request] Header sticky on mobile

Home Forums Support Header sticky on mobile

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

    Hi,
    How do you set the header to be sticky on mobile? I have the logo and hamburger menu showing on the header but it doesn’t stick when you scroll. I’ve tried all the settings but can’t get it working is it some sort of css that needs to be added? also want to decrease the height of the header as it’s to high now.

    #1627661
    David
    Staff
    Customer Support

    Hi there,

    if you enable the Mobile Header in Customizer > Layout > Header there is an option there to make it Sticky.

    #1628069
    Jean

    ah great thanks, how do you adjust the height of the header on mobile?

    #1628143
    Ying
    Staff
    Customer Support

    Hi Jean,

    You could use this CSS to control the height of mobile header:

    #mobile-header {
        height: 100px; /*adjust the number*/
    }

    Let me know 🙂

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