I have a problem with my custom CSS. I want the text “menu” below my hamburger menu. But now i get half of the hamburger menu with text “menu” below. I want the full icon with text “menu” below.
This is my CSS code now:
#advanced_menu_toggle:after {
content: ‘Menu’ !important;
font-size: 13px !important;
left: 6px;
position: absolute;
top: 15px;
}
.av-burger-menu-main strong {
display: block;
}
Hi Onliner!
Please replace your code above with following one
.av-hamburger-box {
height: auto;
}
.av-burger-menu-main strong {
display: block;
position: absolute;
top: -15px;
}
Best regards,
Yigit
Great. Thank you! Enfold Super Support.