Viewing 9 replies - 1 through 9 (of 9 total)
  • Thread Starter chrisfosterwebdesign

    (@chrisfosterwebdesign)

    Here’s the site. Please check this on mobile device. https://grandblancchamber.com/

    Plugin Author LDD Web Design

    (@lddwebdesign)

    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;
       }
    }
    Thread Starter chrisfosterwebdesign

    (@chrisfosterwebdesign)

    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?
    CF

    Thread Starter chrisfosterwebdesign

    (@chrisfosterwebdesign)

    And… Is this in the CSS of the theme or within the php of the plugin? Please advise.

    Plugin Author LDD Web Design

    (@lddwebdesign)

    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

    Thread Starter chrisfosterwebdesign

    (@chrisfosterwebdesign)

    Thanks. That worked… Problem solved!
    I appreciate your help!!

    Plugin Author LDD Web Design

    (@lddwebdesign)

    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.

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Mobile Menu Disappears’ is closed to new replies.