[Support request] Navigation menu doesn’t scroll down

Home Forums Support [Support request] Navigation menu doesn’t scroll down

Home Forums Support Navigation menu doesn’t scroll down

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #2028356
    Peter

    Hello,

    I also have the problem that the screen does not scroll down…

    My website: https://topnewestgadgets.com

    See e.g. Fishing gadgets –> Rods –> ZEBCO

    Best regards,

    #2028394
    Elvin
    Staff
    Customer Support

    Hi Peter,

    Jumping to a specific part of the page on visit requires an anchor to the page’s specific section and a menu item w/ a jump link.

    The link mentioned is not a jump link and there’s no anchor within the destination page of Fishing gadgets –> Rods –> ZEBCO so it won’t automatically scroll the view down the page on visit.

    #2028829
    Peter

    Hello,

    The problem has nothing to do with internal links! It’s the scrolling down to the last item that doesn’t work!

    Very strange!!!

    #2028913
    David
    Staff
    Customer Support

    Hi there,

    couple of options:

    1. Add this CSS to your site:

    .main-navigation.is_stuck .main-nav>ul {
        max-height: calc(100vh - 60px);
        overflow-y: auto;
    }

    OR

    2. Enable the Off Canvas Panel for Mobile:

    https://docs.generatepress.com/article/off-canvas-panel-overview/

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