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?
You’re right, something else is preventing this from working…