JacobF
September 16, 2022, 11:13pm
1
Hey, so what’s going on is that when i open the navigation drawer on my phone it’s not highlighted/‘‘under’’ my product page. (Using gempages for product page)
Anyone know solution to this?
On 1st image it’s open in product page, second image is in homepage.
1 Like
Hi @JacobF
It’s GemPages team here to assist you!
You can fix the menu issue on Mobile by following the 2 steps below:
Go to Online Store->Theme->Edit code
Find theme.liquid file ->Paste the following code before
Hope the information helps.
If you need further support, feel free to contact us via email (support@gempages.he lp) or live chat .
Thank you!
@JacobF
Sorry you are facing this issue, it would be my pleasure to help you.
Welcome to the Shopify community!
Thanks for your good question.
Please share your site URL,
I will check out the issue and provide you a solution here.
@JacobF
Welcome to the Shopify community!
Please share your store URL!
I will check out the issue and provide the correct solution to you!
Thanks!
JacobF
September 17, 2022, 10:06am
5
JacobF
September 17, 2022, 10:07am
6
Hi @JacobF ,
Go to Assets > base.css and paste this at the bottom of the file:
#shopify-section-header {
z-index: 99 !important;
}
Hope it helps!