• Resolved berteh

    (@berteh)


    Is there an easy way to have an internal page link (a href=#anchor) scroll smoothly to its destination on the same page? would some css class already in the theme have such an effect?

    thanks.
    Berteh.

    • This topic was modified 4 years, 4 months ago by berteh. Reason: add tags
Viewing 1 replies (of 1 total)
  • Hi @berteh,

    You can add this CSS to Appearance->Customize->Additional CSS section to have the desired behavior:

    html {
      scroll-behavior: smooth;
    }

    I hope it helps!

Viewing 1 replies (of 1 total)
  • The topic ‘anchor link: how to scroll to div on same page ?’ is closed to new replies.