I’ve setup anchor links according to the provided thread. Though, for some reason they are not working?
It seems the double scrollbar on that page is the reason behind your issue. The double scrollbar appears if some of the element is taller or similar in height to its container or any broken HTML is been added within the content. I would suggest you check by deleting the section one by one till the issue is fixed, and the last one you have deleted before the fix is the actual issue.
For a temporary fix, I have added the following custom CSS code into the Theme Options > CSS and found that your issue resolves.
body
{
overflow: initial;
}
I have created a test page and added the above custom CSS to page CSS and it works perfectly fine. Please find the test page URL in the secure note.
I have also found that the few linked ID is not present on the page.
Please note that the code provided serves only as a guide to help you get started custom coding on your own if there’s no option offered in our theme or the products we bundle.
We really do not provide support for custom codes that means we can’t fix it in case it conflicts with something on your site nor will we enhance it.
Thanks
We’re glad that my colleague Tristup able to help you with your issue! If you have any other concerns or clarifications regarding our theme features, feel free to open up a new thread.
Thank you.
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.