Hello @gusum,
The anchor links are working correctly on my end; however, it could be some issues could happen, so you can check the following list:
1. Ensure the “Scroll Effect” is enabled on Customizer > General Options > Performance – by default, it is enabled on the theme.
2. The Smooth Scrolling flag is disabled on your browser, set it enabled or default.
3. Affects from the extensions, disable them and recheck the issue.
4. There is a conflicting CSS property, disable plugins and activate them one by one and recheck the issue.
5. Check the issue on another device.
If you have checked all of the above and smooth scrolling is still not working, you can use JavaScript to scroll smoothly, like this:
window.scrollTo({
top: document.getElementById('my-element').offsetTop,
behavior: 'smooth'
});
Note 1: If you looking for a custom and advanced smooth scrolling option, you need to use a third-party plugin.
Note 2: If you have any cache plugin or server cache(CDN / Browser Cache and Cookies and …), you need to clear its cache contents or disable them to see your changes. Also, remember to click on the regenerate all assets file and data in Elementor > Tools(if you have Elementor).
I hope this helps!
Best Regards