• Resolved New_WP

    (@baxter89)


    Hello,
    Mobile menu, how to have more space between the headings (menu links).
    THANKS

Viewing 3 replies - 1 through 3 (of 3 total)
  • Moderator Felipe Santos

    (@foosantos)

    Hi @baxter89,

    If I understood correctly, you mean to increase the space between menu items on mobile, right?

    Should this also apply to submenu items, or only to parent menu items?

    Added 50px as example: https://d.pr/i/2h5ORJ

    You can edit it to what you want here by changing 50px (this would only apply to parent menu items):

    .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container {
        gap: 50px;
    }

    You can add this CSS by going to the Site Editor, then Style. There you can click on the three-dot icon (kebab menu), and go to Additional CSS:

    https://d.pr/i/Yox1tm
    Full Size: https://d.pr/i/Yox1tm

    Thread Starter New_WP

    (@baxter89)

    THANKS

    Moderator Felipe Santos

    (@foosantos)

    Happy to help! ??

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