Horizontal Scroll help with nav links

Hey, I need help with horizontal scroll behavior. Is it possible to add anchor links which scroll to a certain section when a link is clicked? I can’t seem to figure it out. I used this tutorial to do the horizontal scroll https://youtu.be/B6aVtifYScg?si=YpnShztgQi8oWOLN.


Here is my site Read-Only: LINK
(how to share your site Read-Only link)

1 Like

Hi there,

To create section or anchor links on your website, follow these steps:

  1. Select the section or element you want to link to
  2. In the Element Settings panel, add a unique ID in the ID field
  3. Create your link element (text or button)
  4. In the link settings, enter # followed by your element ID (e.g., #section1)

If you experience smooth scrolling issues with anchor links, this is often caused by lazy-loaded images. You can resolve this in two ways:

  • Change image loading settings to “Eager: loads with page” in the Image Settings panel
  • Place images inside fixed-height elements to maintain consistent section heights

Hopefully this helps! If you still need assistance, please reply here so somebody from the community can help.