Okay
  Public Ticket #1423981
Responsive menu not scrolling
Closed

Comments

  • bazzarcreativo started the conversation

    Hello,

    My responsive menu doesn't scroll correctly. When I try to scroll it's the page behind the menu what scrolls so I can't reach some menu elements. Thanks.

  •  2,010
    Ocean replied

    Hi,

    Please go to Appearance > Customize > Additional CSS

    Add css code:

    @media only screen and (max-width: 992px) {
        #site-header.is-sticky{ position: static; }
    }

    After adding code, sticky menu will be disable on mobile. So all menu items will be show.

  • bazzarcreativo replied

    Working perfectly now, thanks a lot