• Resolved dougakerman

    (@dougakerman)


    I would like to indent my submenus on mobile so there is greater clarity for the hieracrchy. For example

    Menu Item 1
    sub 1
    sub 2
    sub 3
    Menu Item 2

    instead of what it currently looks like which is
    Menu Item 1
    sub 1
    sub 2
    sub 3
    Menu Item 2

    How can i do this?

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author David Vongries

    (@davidvongries)

    Hi @dougakerman,

    Please add the code below to your child-theme’s style.css or under Additional CSS in the WordPress customizer:

    .wpbf-mobile-menu .sub-menu a {
    padding-left: 40px;
    }

    Hope that helps! 🙂

    Best,
    David

    Thread Starter dougakerman

    (@dougakerman)

    thank you

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘how indent submenus on mobile’ is closed to new replies.