I’m not sure if it’s something that changed with the Max Mega Menu plugin, or the changes we needed to make to ensure 100% compatibility with the plugin, but we’ve added some CSS for you to make those appear the same. The CSS is:
li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:not([href]),
li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link,
li.mega-menu-megamenu > ul.mega-sub-menu > section.container > li.mega-menu-item > a.mega-menu-link{
color: #555;
font-family: inherit;
font-size: 16px;
text-transform: uppercase;
text-decoration: none;
font-weight: bold;
margin: 0px 0px 0px 0px;
padding: 0px 0px 5px 0px;
vertical-align: top;
display: block;
border-top: 0px solid #555;
border-left: 0px solid #555;
border-right: 0px solid #555;
border-bottom: 0px solid #555;
padding-top: 10px;
}
Not sure why, but in the mega menu settings for “WOMEN”, you had it set to align – right. Changed that back to default for you and that sorted it.
– Ed