How can I split the drop-down menu into two column in supply theme?

One of the drop down menu is too long, how can i split it in to 2 columns?

I want to split the second drop-down menu, not the first one.

Hi,

Please share your store URL and if your store is password protected then also provide password too.

Thank you.

https://mcwears.myshopify.com/

password: sowteu

Thanks!

Please add below css code in bottom of assets/theme.scss.css file

ul#MenuParent-4 {
width: 380px;

}

#MenuParent-4 li {
display: inline-block;
width: 48%;

}
Thank you.

1 Like