Setting up smooth scroll from navbar to sections

Hello, is it possible to set up smooth scroll behavior from navbar item to #section in Plasmic builder?

Yes! Insert a custom CSS embed, and paste this in there: https://css-tricks.com/snippets/jquery/smooth-scrolling/

I´ve used
html {
scroll-behavior: smooth;
}
It works only in project´s preview but not in published version.

Would you mind sharing a link to your published url?

Sure, thank you very much :slightly_smiling_face:

https://koncern-servis.plasmic.run/

image.png

You’re right, something else is preventing this from working…

@yang Please let me know if something comes to your mind :slight_smile: