Skip to main content

How do I change the spacing of title of hamburger on phone

Comments

1 comment

  • KC George

    Hello Faz,

    Are you asking about increasing the letter spacing of the hamburger menu heading MENU?

    In your WordPress Dashboard, under Appearance > Customize > Additional CSS,  please add this code  to set letter spacing for MENU

    .brz-mm-navbar__title>span {
        letter-spacing: 2px;
    }

    0

Please sign in to leave a comment.