Hey,
I’d like the word MENU to be to the right or below the burger icon on mobile. I’ve tried all kinds of solutions I’ve found in these support forums, and also the code snippet found in the documentation:
/*————————*/
/* Add word menu next to hamburger icon
/*————————*/
.av-hamburger strong {
display: block!important;
position: absolute;
left: -90%;
top: 0;
font-size: 20px;
transform: translate(-90%, -44%);
}
Nothing seems to work! Does using a Transparent and Glassy Header make a difference?
Hey Killick,
The thing is you’re running older version on of the theme than the one where this code will work. You might want to update the theme first.
Best regards,
Victoria