• Resolved ascape

    (@ascape)


    I am currently working on a website and using Gutenverse. Only I got stuck on something. I want when I click on a ‘quick link’ in the footer, it will scroll up to a section, so the same page will automatically scroll up.
    I hope someone can help me with the problem

    thank you in advance!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support gowinda

    (@gowinda)

    Hi,

    what you are looking for is called an anchor point.

    so first you need to find the column that wraps the section you want. and then in the panel go to the advanced option and then add anchor to that column.

    after that in the button/quick-link add that anchor point as a URL. remember to add ‘#’ in the front of the anchor name. this a video for reference:

    Note: to add smooth scrolling instead of just jumping to the section, you can add this code in additional CSS.

    html {
        scroll-behavior: smooth;
    }
    • This reply was modified 6 months, 1 week ago by gowinda.
    Plugin Support gowinda

    (@gowinda)

    Hi,
    It’s been a while since we last heard from you, so we’ll be closing this thread. If you or anyone else encounters the same problem, please create a new thread so it’s easier for us to notice.

    Regards,
    Gutenverse Support

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