• Resolved baxt1320

    (@baxt1320)


    Hi. I have successfully setup and added a mobile menu and everything works as expected including the formatting. I then tried adding some submenus to one of the top level menus items through the standard WordPress menu editor. Responsive Menu recognises the new submenu items and adds an up arrorw at the side of the relevant top level item. However, the issue I have is that below the top level menu item there is now a gap between it and the next top level menu item. The gap size isn’t even the space taken by the submenus when open so I really don’t know what it is or why / where it has come from.

    Does anyone have any ideas what the cause is of the “gap” linked to adding submenu items and how to fix the issue?

    Thanks.

Viewing 2 replies - 1 through 2 (of 2 total)
  • I found this CSS in an earlier forum posting that solved this problem on our site. Paste it into the Additional CSS panel in Customizer or Full Site Editing:

    /* RESPONSIVE MENU GAP FIX */

    .rmp-container .menu-item p {
    display: none !important;
    }

    Thread Starter baxt1320

    (@baxt1320)

    Fantastic, thank you ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Mobile Menu – submenu formatting issue’ is closed to new replies.