We have a megamenu, is there away to shrink it down a bit on desktop so we can have 6 columns?
I have sent you a direct message
Try this code:
@media screen and (min-width: 1200px) {
.mega-menu__column {
flex: 1 0 calc(18% - 20px);
padding: 0;
}
.mega-menu__column a {
white-space: normal;
}
}
It can go into “Custom CSS” setting of the menu section, or add together with other menu styles.
