Mobile Menu Disappears
-
When the plug-in is activated, why does my mobile responsive menu disappear within my theme? And I’ve tried multiple themes. Same result.
-
Here’s the site. Please check this on mobile device. http://grandblancchamber.com/
Hi. It looks like a bootstrap conflict, specifically the class “dropdown” for mobile menu which bootstrap uses for its menu.
Try adding this to your css:
@media only screen and (max-width: 767px) { .responsive-menu-wrapper .dropdown-menu { display: block !important; position: static !important; float: none; margin: auto; border-radius: initial; } }Thanks for the help…
However, I have not been able to locate the section of where to place this code. Can you provide more detail?
CFAnd… Is this in the CSS of the theme or within the php of the plugin? Please advise.
Yes, add the above rules to your theme’s css. This should resolve your issue. Let us know if this is not the case.
-Thanks
Thanks. That worked… Problem solved!
I appreciate your help!!Awesome! Glad to help.
Please can someone assist. I am having issues with my drop down menu not appearing in Mobile and IPad View. It was appearing but it isn’t now. I am not sure what to effect to get it to appear again. is there something I need to add in the CSS and if so which Media query.
The menu item in question is ‘SERVICES’
My site is knaudiology.giveitaface.co.za
Please, please help, I feel completely dispondent and I am not getting any joy from Theme Support.
Please can someone assist. I am having issues with my drop down menu not appearing in Mobile and IPad View. It was appearing but it isn’t now. I am not sure what to effect to get it to appear again. is there something I need to add in the CSS and if so which Media query.
The menu item in question is ‘SERVICES’
My site is knaudiology.giveitaface.co.za
Please, please help, I feel completely dispondent and I am not getting any joy from Theme Support.
The topic ‘Mobile Menu Disappears’ is closed to new replies.