Hello there,
I’ve got a one page site with a Sticky Header and Menu links that scroll to sections.
I’m using PRO Theme 3.2.3
I have “One Page Navigation” Setup.
The sections are scrolling underneath the sticky bar when I click them. I thought this was supposed to work out of the box?
I found what seemed to be the solution to my issue here, but it isnt working.:
I’ve got a one-page nav set up which is working perfectly.
The issue I’m having is that the scroll is stopping before the section leaving the exact header width as a gap.
I’ve got a transparent header so I don’t want to have the gap. I want it to scroll all the way so the section fills the screen.
[header]
I’ve tried this JS code from another post I saw but it’s not working:
jQuery(function($){
$('a[href*="#"]').off('touchend click');
$('a[href*="#"]').on('touchend click', function(e) {
e.…
Has this hook been removed?