Re: [DAWN] Navigation Bar Not Working Mobile

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

RRobichaud
Excursionist
22 1 4

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!

Replies 5 (5)

Dan-From-Ryviu
Shopify Partner
9217 1848 1882

HI @RRobichaud 

Please add this code to your theme.liquid file before </head> tag to solve the issue 

{% if template == 'index' %}
<style>
#shopify-section-header { z-index: 9 !important; }
</style>
{% endif %}

 

- Helpful? Like and Accept solution!
- Ryviu - Reviews & QA app: Collect product reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Shopee, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image: Easy and fast to create Photo Gallery, Lookbook, Shop The Look.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. Sign up now.

RRobichaud
Excursionist
22 1 4

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 

Dan-From-Ryviu
Shopify Partner
9217 1848 1882

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

- Helpful? Like and Accept solution!
- Ryviu - Reviews & QA app: Collect product reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Shopee, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image: Easy and fast to create Photo Gallery, Lookbook, Shop The Look.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. Sign up now.

RRobichaud
Excursionist
22 1 4

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" 

RRobichaud
Excursionist
22 1 4

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.