Tagged: CSS, Hamburger-Menu, styling
Guys,..
I need to clean up the styling of the hamburger menu on mobile:
*Right justification on phones:
*Smaller overlay text on phones. The menu is getting cut off:
Hey Diana,
Would you mind providing a precise link to your site, showing the elements in question? We need to be able to inspect them in order to help :)
Best regards,
Vinay
Sure thing.
Hi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
#av-burger-menu-ul li {
padding: 0.3em 0 0.3em 1.3em!important;
text-align: left;
}
Best regards,
Vinay