Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #895800

    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?

    #895972

    Hey kelsangwangpo,

    Please, provide to us your WP credentials – this way we can check if there are any plugin conflict.

    Best regards,
    John Torvik

    #896051
    This reply has been marked as private.
    #897308

    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

    #897368

    Hi Ismael

    I deleted it, cleared the cache, but my smart phone is still not showing the menu.

    #897794

    Hi,

    You have to purge the plugin cache. The mobile menu is displaying.

    // https://imgur.com/a/ABuso

    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

    #897917

    We are good to go. Thank you so much. You are an all-star!

    #898305

    Hi,

    Glad we could help. Please feel free to open a new thread if you need anything else. :)

    Best regards,
    Ismael

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Menu not displaying in mobile display’ is closed to new replies.