Hi there,
i got a little problem with the lt_hunting template:
http://tattoo.fw-mediendesign.de
As you can see my headings get covered when i press a menu button.
Is there a way to change the value of how far the site scrolls down after pressing a menu button?
I don’t want to increase the space above the heading with margin though.
Regards
Florian
Do you mean it hide the title for your block?
If so, please open file ‘scroll.js’ located in folder ‘js’ of template, go to line 51, you will see code
scrollTop: $(target).offset().top – $(‘#sp-top-bar’).height()
just replace to
scrollTop: $(target).offset().top – $(‘#sp-top-bar’).height() – 100
Save and recheck.
Awesome! Works perfectly. Thank you very much 🙂