At the moment my menu drawer is covered and not visible. When clicking on it it doesn’t appear fully and is covered by the content on the page. Please help.
Many thanks.
At the moment my menu drawer is covered and not visible. When clicking on it it doesn’t appear fully and is covered by the content on the page. Please help.
Many thanks.
Hello @lucas_11_1
It’s GemPages support team and glad to support you today.
You can add more this custom CSS code on file base.css
#shopify-section-sections--18184730345780__header.menu-open{
z-index: 2;
}
I hope the above is useful to you.
Kind & Best regards,
GemPages Support Team
Hi, Thanks for helping but unfortunately it didn’t work. The content is still overlapping the menu when it is drawn out.
Hello @lucas_11
I found that, ID section element have been changed => Please change to use this code
#shopify-section-sections--18206146068788__header.menu-open{
z-index: 2;
}
I hope the above is useful to you.
Kind & Best regards,
GemPages Support Team
as in increase the index higher