Hi, see here:
https://ese-mas.com/inicio-new/
I have the menu setup to scroll down to the contact section, but it doesnt “fill” the screen with the light blue gradient. So I added this JS:
window.csGlobal.csHooks.filter('hash_scrolling_offset', (offset) => {
return offset -10;
} );
It reduced it, but its still there…
Anyway I can make it scroll, so that section is flush to the top of the browser?
Thanks.