Hi,
Please open to edit funtions.js at /danten/js/
Find this code at line 150 :-
jQuery('html, body').stop().animate({
scrollTop: jQuery(linkHref).offset().top + spacerHeight - headerHeight - 30
}, 1000, 'easeInOutExpo');
Change to:-
jQuery('html, body').stop().animate({
scrollTop: jQuery(linkHref).offset().top + spacerHeight - headerHeight - 10
}, 1000, 'easeInOutExpo');
Please check attachment.
Thanks ๐
With Best Regards
Mohammad
Attachments:
You must be
logged in to view attached files.