When I click into my store’s search bar, the bar expands but the navigation links sit on top of the search field. How do I fix this?
I’m using the Dawn theme and Smart Menu for my navigation.
Store: https://cworldwide.myshopify.com/
PW: oochai
Thank you!
Add this css code on your site
.modal__content {
z-index: 9999;
}
Perfect! I knew it was something along those lines. Thank you very much!
Can you please specify where exactly in the code this snippet is supposed to be added? I’ve tried it in multiple locations but it still is not working for me.