Home › Forums › All Other Themes › Elastic Pro mobile menu issue
- This topic has 9 replies, 2 voices, and was last updated 4 years ago by Sonl Sinha.
-
AuthorPosts
-
November 10, 2020 at 9:42 pm #168738
Hello,
I am having a menu issue with the Elastic Pro theme on my website at http://tcj.pvb.mybluehost.me/centralohiowarehouse/. Once the menu switches over to the mobile/sandwich menu, it no longer functions – you can’t even interact with it as though you can click/select it in order for it to open.
Please help.
Thanks,
Courtney
November 11, 2020 at 1:06 pm #168855Hi,
Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:
@media screen and (max-width:767px) { #simple-menu { z-index:9999999;} }
Regards,
ChrisNovember 12, 2020 at 1:57 pm #169036That worked for as small as my phone, but anything between my phone to where the sandwich menu goes away (when I turn my phone sideways, iPad sized, etc.) still doesn’t work.
November 13, 2020 at 8:01 am #169096Hi,
Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:
@media screen and (min-width:768px) and (max-width:1023px) { #simple-menu { top:90px !important;} }
Regards,
ChrisNovember 13, 2020 at 3:36 pm #169118It still doesn’t work. 🙁
November 17, 2020 at 12:25 pm #169232Hi,
Can you send us the screenshot of your issues? Upload your screenshot on https://imgbb.com/ and paste the share url here.
Regards,
ChrisNovember 17, 2020 at 3:32 pm #169254https://ibb.co/3kB3kj5
When the screen is any size similar to this, the sandwich menu does not work. It does not even act clickable, and, if you click it, nothing happens.
November 18, 2020 at 12:43 pm #169321Hi,
Remove
@media screen and (max-width:767px) { #simple-menu { z-index:9999999;} }
Add this new CSS
@media screen and (max-width:767px) { #simple-menu { z-index:9999999 !important;} }
Regards,
ChrisNovember 19, 2020 at 1:13 pm #169399Thank you – that worked!
November 19, 2020 at 1:34 pm #169406????
-
AuthorPosts
- You must be logged in to reply to this topic.