Hi I managed to make the mega menu be in a horizontal arrangement but now when I hover over the vanities section, the menu items seems to go on forever to the right and there is a scroll bar. I would like to have the menu items go to the next line if they reach the limit of the navigation bar instead of going all the way to the right.
I used this code and pasted it in base.css to make it go horizontal
ul.mega-menu__list.page-width.mega-menu__list--condensed {
display: flex !important;
flex-direction: row;
}
Here is how it looks like at the moment
Here is the link to the page
https://2bb416.myshopify.com/

