I am using qubic template with sticky header. By adding links to anchors the anchor comes below the sticky header.
Adding more Padding to sections is not the way, because it looks not good.
I see that "SmoothScroll v0.9.9" is used in qubic.
I aksked a question to your AI supportengine. She replyed:
Yes, you can define an offset in SmoothScroll v0.9.9. To do this, please follow the steps below:
Open the template folder (templates/shaper_lightbox/js/) and locate the main.js file.
Open the main.js file and locate the following code:
var scroll = new SmoothScroll('a[href*="#"]', {
speed: 500,
speedAsDuration: true
});
Add
After the "Add" nothing follows. she don't told me what code I have to add.
Do you have a solution to add an offset to anchor links in Qubic? Alle code-snipplets I found in the forum or elsewhere did not work...