I have the Dawn 4.0 theme installed in my store www.CRDesignsNC.com. I have a menu that drops down but goes off the bottom of the page. Is there anyone that can help me reduce the padding between menu items to try to keep the dropdown on the page rather than having to scroll down?
Hi @cjohnson1073 ,
Go to Assets > base.css and paste this at the bottom of the file:
.horizontal-mega-menu ul.mm-submenu.tree li {
padding: 5px 20px!important;
}
Hope it helps!
