Shopify themes, liquid, logos, and UX
hello
Im using dawn theme and i want to put 2 collection in a row instead of 1 like in the picture in mobile.
in desktop i want to put 4 instead of 2 like in the photo. how can i do that?
Sorry you are facing this issue, it would be my pleasure to help you.
Welcome to the Shopify community!😊
Thanks for your good question.
Please share your site URL,
I will check out the issue and provide you a solution here.
thanks for url, can you please add this code
1. Go to Online Store->Theme->Edit code
2. Asset->/section-collection-list.css ->paste below code at the bottom of the file.
@media screen and (max-width: 749px){
.collection-list .collection-list__item {
width: calc(50% - 3rem);
}
}
this code work on mobile please
Thanks to everyone who participated in our AMA with 2H Media: Marketing Your Shopify St...
By Jacqui Sep 6, 2024The Hydrogen Visual Editor is now available to merchants in Shopify Editions | Summer '...
By JasonH Sep 2, 2024Note: Customizing your CSS requires some familiarity with CSS and HTML. Before you cust...
By JasonH Aug 12, 2024