Hi Kyle,
You provided me with the custom code below to tighten up the Mega Menu spacing, however, when I updated to the new version of the theme, it seems to have reset. Can you provide updated custom CSS?
For example, at http://www.lpanalyst.com, I would like to tighten the space between LP Solutions (level 1 menu), Valuation (level 2 menu), Secondary Transfers (level 3 menu item) as an example.
/* MEGA MENU SPACING */
nav.mega-menu li .sub li.mega-hdr a.mega-hdr-a, nav.mega-menu li .sub li.mega-hdr > span.title {
font-size: 14px;
}
nav.mega-menu .sub li.mega-hdr li.menu-item > a {
font-size: 12px;
}
figure.animated-overlay:hover figcaption {
-ms-transform: none); /* IE 9 */
-webkit-transform: none; /* Chrome, Safari, Opera */
transform: none;
}
.animated-overlay h4 {
display: none;
}
figcaption .thumb-info i {
top: 42%;
}
nav.mega-menu li .sub li.mega-hdr a.mega-hdr-a, nav.mega-menu li .sub li.mega-hdr > span.title {
padding: 5px 15px;
}
nav#main-navigation .menu ul li > a {
padding: 2px 15px;
}
nav.mega-menu li.sf-mega-menu-alt .sub li.mega-hdr {
padding: 0px 20px 20px;
}