Hi team
My site at meditation-Indianapolis.org does not have a menu displaying on mobile.
Can you help me correct this?
While we work on it, is there a way to display a mobile only element on the homepage?
Hey kelsangwangpo,
Please, provide to us your WP credentials – this way we can check if there are any plugin conflict.
Best regards,
John Torvik
Hi,
The mobile menu is not displaying properly because of the following css modification.
@media only screen and (max-width: 1059px) {
.main_menu .avia-menu, #header_main_alternate, .fallback_menu {
display: none;
}
}
Please remove it.
Best regards,
Ismael
Hi Ismael
I deleted it, cleared the cache, but my smart phone is still not showing the menu.
Hi,
You have to purge the plugin cache. The mobile menu is displaying.
To prevent the logo overlap, use the following css code.
@media only screen and (max-width: 767px) {
.responsive .logo img {
margin: 0;
max-height: 18px !important;
height: 18px !important;
}
}
Best regards,
Ismael
We are good to go. Thank you so much. You are an all-star!