Dawn 6.0: How To Make a Multi Column Submenu?

Solved

Dawn 6.0: How To Make a Multi Column Submenu?

MattB82
Tourist
4 0 1

I have a dropdown menu with 20+ items in it and I'd like to break this up into multiple columns.  

 

Can anyone suggest how to do this?

 

https://keith-jack-wholesale.myshopify.com/

 

MattB82_0-1678467552807.png

 

Accepted Solution (1)

PageFly-Victor
Shopify Partner
7865 1785 3099

This is an accepted solution.

Hi @MattB82 ,

This is Victor from PageFly - Landing page builder, I’d like to suggest this idea:

Step 1. Go to Online Store -> Theme -> Edit code
Step 2. Open your theme.liquid theme file
Step 3. Paste below code before </body> :

<style>
ul.mega-menu__list.page-width.mega-menu__list--condensed {
    display: flex !important;;
    gap :5px
}
</style>

PageFlyVictor_0-1678468795422.png

Hope my answer will help you.

Best regards,

Victor | PageFly

View solution in original post

Replies 4 (4)

PageFly-Victor
Shopify Partner
7865 1785 3099

This is an accepted solution.

Hi @MattB82 ,

This is Victor from PageFly - Landing page builder, I’d like to suggest this idea:

Step 1. Go to Online Store -> Theme -> Edit code
Step 2. Open your theme.liquid theme file
Step 3. Paste below code before </body> :

<style>
ul.mega-menu__list.page-width.mega-menu__list--condensed {
    display: flex !important;;
    gap :5px
}
</style>

PageFlyVictor_0-1678468795422.png

Hope my answer will help you.

Best regards,

Victor | PageFly

MattB82
Tourist
4 0 1

YOU are a wizard!  Thank you so much!

floweractually
Excursionist
27 0 6

Hi, 
I tried your code but it didn't work as shown. I am on Dawn 11.0. It will be highly appreciated if you could provide guidance. 螢幕截圖 2023-10-06 上午3.15.04.png

Agencia-Fuller
Visitor
2 0 1

Tried it but this happened: 

AgenciaFuller_0-1725643466273.png

Now the options in the sub menu are all horizontally organized.

Any way to solve this?