All things Shopify and commerce
Hi everyone,
I have added some items in my menu, but the problem is they overlap into 2 lines, so now I'm thinking to make it into 2 lines with equal qty of items per line. Please help!
Store URL: thecleanroom.net
See the photo for reference:
Hi,
Go to Online Stores -> Themes -> Customize -> Theme Settings -> Custom CSS and add below code:
.header__inline-menu {
max-width: 720px;
}
Regards,
Emirates7
Thank you so much!
It is not working in my case.
@Developer1481 Try adding these codes to your collection list css codes:
@media screen and (max-width: 749px) {
.collection-list .collection-list__item {
max-width: calc(50% - var(--grid-desktop-horizontal-spacing) * 3 / 4);
}
}
Shopify and our financial partners regularly review and update verification requiremen...
By Jacqui Mar 14, 2025Unlock the potential of marketing on your business growth with Shopify Academy's late...
By Shopify Mar 12, 2025Learn how to increase conversion rates in every stage of the customer journey by enroll...
By Shopify Mar 5, 2025