Hi there, I asked a question in the comment section on themeforest regarding he hamburger menu and if it there was an option to add the word “menu” next to the icon in the desktop version and I received the following code:
.av-hamburger strong {
display: block;
}
However, what that did was it added the word ‘menu’ very small under the icon and it shifted the icon up… so now the menu does not look aligned. Is there a way to add the word menu next to the icon so it doesn’t shrink both the icon and the text and so it’s not out of line?
Thanks!
Hey btaefi,
Could you please give us a link to your website, we need more context to be able to help you.
Best regards,
Victoria
this is my site: http://new.tailgatepal.com/
this is how I was trying to make it look: https://tailgateguys.com/home/stanford
Hi,
Please try to replace the CSS you posted with this instead:
.av-hamburger strong {
font-size:16px;
display: block;
position: absolute;
top: -40px;
left: 50px;
}
Best regards,
Rikard
perfect, thank you so much
Hi,
I’m glad this was resolved. If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon