On-page links break mobile menu

  • Posted in : Efor
  • mgcross
    Participant

    Hi, I’ve got on page links for About, Media Hub, What we do on this site:
    https://innergy.mgcross.dev/
    And while they work as intended on desktop (scrolling to relevant section), on mobile, the menu itself breaks. It will not even allow scrolling beyond the chosen section. Is there any way to use on-page links with this theme in mobile? Thanks,

    Matt

    serkan
    Moderator

    Hi Matt,
    I will forward this topic to our developer and I will keep you updated.
    Thanks

    ahmetsali
    Keymaster

    Hi, that’s a complicated issue as we haven’t designed the layout to be a one-page scroll layout in mind, you may use the custom css code below to make it work on mobile but it will need to disable the sticky header for mobile devices;

    @media screen and (max-width: 991px) {
    .site-header.clone { display: none !important; }
    html.is-menu-toggled-on { overflow: auto; } 
    }
    

    Have a nice day!

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

You must be logged in and have valid license to reply to this topic.

License required for the following item
Login and Registration Log in · Register