• Resolved JamesEMCS

    (@jamesemcs)


    Website URL: https://exmoorgundog.club/

    To begin; the plugin is brilliant! It’s added a much more mobile friendly navigation to this awful theme (believe me there is a lot I wish I could change)! However…

    When using the dropdowns to get to the second level (ie

    • Top Level
    • Second Level

    ), the site seems to Zoom Out and make the Navigation & Content a single wide layout, meaning you get an X-Axis Scrollbar. Closing the Menu and reopening it seems to undo the glitch.

    It must be a JS/CSS glitch causing the full-width to reset when the Navigation is dropped down and the ID tag is placed in the URL (#). However, I’m not sure how to stop it from happening.

    Any help would be appreciated.

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter JamesEMCS

    (@jamesemcs)

    Just to add. Using the Right Menu does not cause this to happen

    Plugin Author Rui Guerreiro

    (@takanakui)

    Hi,

    Can you let me know what theme(name and version) are you using?

    Can you also try to turn off all the other plugins except WP Mobile Menu so we can discard any potential plugin conflict?

    Thanks

    -Takanakui

    Plugin Author Rui Guerreiro

    (@takanakui)

    Just reminded something.

    Add the code below to the custom css option in the General options tab of WP Mobile Menu.

    html, body {
        overflow-x: hidden;
    }

    After that clear the mobile browser cache and test again.

    -Takanakui

    Thread Starter JamesEMCS

    (@jamesemcs)

    Hi @takanakui

    `html, body {
    overflow-x: hidden;
    }`

    Fixed it! Thank you ??

    The theme is HappenStance. Version: 2.0.9. The theme itself isn’t bad; it’s just what the owners of the site have forced me to do to it!!

    Plugin Author Rui Guerreiro

    (@takanakui)

    Glad it’s sorted. I’ve been in that situation in the past, it’s not easy(my respect) ??

    -Takanakui

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Left Menu not Mobile Friendly?’ is closed to new replies.