• Resolved FBAm

    (@fbam)


    Hi there, the plugin works really well, but on mobile the menu items are shown horizontally (and really packed together) instead of vertically. I’ve tested all plugins and unfortunately, it’s this one. Any way to fix this?

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Rui Guerreiro

    (@takanakui)

    Hi @fbam,

    That’s not to the Menu Ima plugin but try the following CSS.

    Add the code below to Apperance-> Customize -> Additional CSS

    @media only screen and (max-width: 759px) {
    .js .main-navigation.toggled-on>div>ul {
        display: flex;
        flex-direction: column;
        text-align: center;
    }
    }
    Thread Starter FBAm

    (@fbam)

    That’s it, thank you so much!!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Menu not showing properly on mobile’ is closed to new replies.