Distribute Dropdown Menu Items

Solved

Distribute Dropdown Menu Items

ProconMarketing
Excursionist
47 0 7

I would like to distribute my dropdown menu items across the menu instead of having only one column.

 

This is my problem:

Screenshot 2024-10-24 at 21.36.44.png

 

I want it to look like this (without having to add sub-category headings):

Screenshot 2024-10-24 at 21.36.55.png

 

Each column can have 5 items in it. 

 

Please help. 

 

Here is my link: https://8ae3b9-27.myshopify.com/

 

Thanks in advance.

Accepted Solution (1)

Shadab_dev
Shopify Partner
1442 74 161

This is an accepted solution.

Open component-mega-menu.css from theme code editor and this at the very bottom.

.mega-menu .mega-menu__list--condensed {

display: grid;

 grid-template-columns: repeat(5, 1fr);

}
Buy me Coffee, if you feel i was helpful. Email Me here or WhatsApp me with this link for any help with shopify theme customizations or any project in web dev. If this is helpful, please Like and Accept the solution.

View solution in original post

Replies 3 (3)

Shadab_dev
Shopify Partner
1442 74 161

This is an accepted solution.

Open component-mega-menu.css from theme code editor and this at the very bottom.

.mega-menu .mega-menu__list--condensed {

display: grid;

 grid-template-columns: repeat(5, 1fr);

}
Buy me Coffee, if you feel i was helpful. Email Me here or WhatsApp me with this link for any help with shopify theme customizations or any project in web dev. If this is helpful, please Like and Accept the solution.
ProconMarketing
Excursionist
47 0 7

Thanks, it worked - but I'd like it to read to read DOWN alphabetically, instead of across alphabetically. 

 

Please help if this is this possible?

Shadab_dev
Shopify Partner
1442 74 161

I am not sure but this sounds a bit advanced. I am willing to try but definitely for a service fee since this might need some coding atleast as per my knowledge. If you are ok with this, please reach out via mail for a convenient conversation.

Thanks 
Shadab

Buy me Coffee, if you feel i was helpful. Email Me here or WhatsApp me with this link for any help with shopify theme customizations or any project in web dev. If this is helpful, please Like and Accept the solution.