Why isn't my mobile navigation bar working on Dawn theme?

I have just discovered via my phone that on my website the hamburger will drop down, though when I go to click “Controller Repairs” or anything for that matter, it just refreshes the home page.

www.smalltechgaming.ca

Advise is appreciated, thank you!

HI @RRobichaud

Please add this code to your theme.liquid file before tag to solve the issue

{% if template == 'index' %}

{% endif %}

Thank you Dan, though that did not seem to help. It only seems to not function on the home page for some reason. If I click cart, I can navigate from there. Just not the home page

Banner on homepage override those menus, please just add that code and check again then you can see it solved the issue

It seemed to work some what. What i am noticing is that, it almost does not line up with my touch. If tap slightly lower, it works. But this is only on the home page..

I may also add, i did have in the past a custom section put in to play a video above my navigation bar. This also caused to create a Navigation section named “Navigation Bottom”

Any other suggestions Dan? I think there is a mess up in my header and navigation bar. I had a third party put a video above my navigation bar in my header. Im not 100% certain of what was done in the back end of this to make it happen.