I’m wanting the bold Menu items in the “More” dropdown to line up. You will see in the pic that they don’t.
Please add below css code in bottom of assets/theme.css file
.site-nav__childlist {
width: 330px!important;
}
.site-nav__childlist-grid {
flex-wrap: nowrap;
}
thank you.
.site-nav__childlist {
width: 330px!important;
}
.site-nav__childlist-grid {
flex-wrap: nowrap !Important;
}
Add this code in the bottom of theme.css file.
