Multi-column drop down menu in Debut theme

Thanks for quick response, I added it to the file theme.css but it hasn’t changed. Did I add it in the wrong place?

Follow this

  1. open Layout → theme.liquid file- > at end just before paste this

Can you help me too with the long dropdown problem? The category is “brands.” My website is www.shopfivenine.com. I have tried many of the solutions in this thread to fix it myself but nothing worked.

  1. Go to Online Store->Theme->Edit code
  2. Asset->theme.css Or theme.css-> paste bellow code in bottom of file
.Header__MainNav  ul > .HorizontalList__Item:nth-child(2)  .DropdownMenu{    max-width: 400px;}
 .Header__MainNav ul > .HorizontalList__Item:nth-child(2) .Linklist {    column-count: 2;}

omg that worked. thank you SO MUCH!!!

Hello Jasoliya,

I’m looking to add multi column in Crave theme but can’t find the solution anywhere. Do you know how can I do ? That’s my website www.aromesetfruits.fr and my password : woflea

Hey Jasoliya, I hope you have a nice day!

Could you help me with the division into two columns and with the addition of dividing line please? Here is my website https://satoryactivewear.myshopify.com

@VernonSullivan

  1. Go to Online Store->Theme->Edit code
  2. Asset->base.css → paste bellow code in bottom of file
.header__inline-menu ul.list-menu--inline > li:nth-child(3) #HeaderMenu-MenuList-3 { width: auto; column-count: 2; }

@Lola1234 send me password

Great ! It works perfectly ! Thanks a lot.

Hey Jasoliya, I hope you had a good weekend! Sure, my password: Vasilina1991

Hey Jasoliya, think I gave you the wrong password? try this one please: tauglu

Hi Jasoliya, I’m sorry if this isn’t the right place to ask, but I have a similar issue to the many others who have commented. My site is Bannershallmark.com, I’m just looking to create columns for the brands and categories menus on the top bar. Do you know how I can do this? I’m using the expanse theme.

Hi @Jasoliya ,

I hope you don’t mind me asking but I’m having the same issue with the Prestige theme. Currently I have approx x50 items on my brand menu so I have to split by using A-G, H-M, etc. I would prefer to just have all items split over 4 columns rather than having to use sub-menus. My site is www.frontiers-man.com. I look forward to hearing from you. Many thanks.

Hi @Anderson10

I can see you already did

Best regard

Hi @Jasoliya , thanks for getting back to me. I’ve not managed to do it - the workaround I have now is creating the sub-menus with A-G, H-M, etc. This allows me to have 4 columns. Ideally want to remove these but still have 4 columns.

Thanks

Sorry, @Jasoliya I don’t think I was being clear. Attached is how it is just now. On my other site (which you helped with previously in this thread) I now have the brand list over 3 columns. See…

send me that preview url

Thanks. See > https://frontiers-woman.com

we can only increase number of column with this code.

add this

.site-header .site-navigation > li:nth-child(4) ul{column-count: 4 !important;}