Shopify themes, liquid, logos, and UX
Hi there,
Hope someone can help me out and thank you so much in advance.
I am using Trade theme.
My sub menu has a drop down list of collections I would like to have them split into 2 or 3 columns to make is user friendly. I have tried my best using css codes and some setting options but no use.
Your help would be much appreciated.
Once again Thank you..!!
Hi @SaqlainShah
You can create multiple columns as per your requirements using CSS Flexbox. Add the following CSS to the end of your assets -> base.css file.
.mega-menu__list.page-width.mega-menu__list--condensed {
column-count: 3;
column-gap: 20px;
}
Thanks.
@SaqlainShah you can adjust the column-count as per your requirement.
Hi @Entesta
Thank you for your response
It worked partially i was able to split in columns as required but the list that has text/collection names are broken down and coming up vertically instead of horizontal
@SaqlainShah kindly share your website link. It will help us to debug it faster.
Thanks.
June brought summer energy to our community. Members jumped in with solutions, clicked ...
By JasonH Jun 5, 2025Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025