Home Forums Azuma menu on smaller screens Reply To: menu on smaller screens

#10204
Andy
Keymaster

Please add this CSS snippet to ‘Appearance’ > ‘Customize’ > ‘Addtional CSS’:

.toggle-nav {
    width: 4em;
    font-size: 1em;
}

.toggle-nav::before,
.toggle-nav.menu-open::before {
    content: "menu";
    font-weight: normal;
    font-family: inherit;
}