[Support request] sticky navigation menu height not working

Home Forums Support [Support request] sticky navigation menu height not working

Home Forums Support sticky navigation menu height not working

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #949097
    Satish

    I think menu height for sticky navigation is not working on my mobile. I have enabled it only for my mobile. The menu height is being picked up only from the “Layout > Main Navigation > Menu Item Height”
    I want it to be different height at both these places.

    #949153
    Leo
    Staff
    Customer Support

    Hi there,

    Sticky navigation height currently doesn’t have mobile specific option.

    I assume you are only wanting to change the height of the menu toggle bar?

    If so try this CSS:

    @media (max-width: 768px) {
        #sticky-navigation .menu-toggle {
            line-height: 50px;
        }
    }

    Adding CSS: https://docs.generatepress.com/article/adding-css/

    Let me know if this helps 🙂

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