How do I change the spacing of title of hamburger on phone
Hello the hamburger title of phone of our home page is squashed and I don't know how to change it.
-1
-
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.
Comments
1 comment