Mega Menu Dawn Theme Horizontal Arrangement

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/

Hi @castlefurniture Thanks for providing the detail of your issue.

You need to add the given code where you have added your previous code i.e. base.css

ul.mega-menu__list.page-width.mega-menu__list--condensed {
display: flex !important;
flex-direction: row;
flex-wrap: wrap;  Comment: "just need to add this line"
}

Result:

Hopefully it will help you. If yes then Please don’t forget hit Like and Mark it as solution!

Best Regards

Sahil

Thank you that solved the problem!

Welcome, if you need any other assistance please ask the same.

Best Regards

Sahil