Shopify themes, liquid, logos, and UX
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
I'm hoping someone can help me change the layout on my Collection page.
It currently looks like this
What I would like to be able to do is change it to this if possible.
Here is the url to my web page https://danieljameslondon.com/collections/for-lions-for-life
Any help would be greatly appreciated
Regards D James
Solved! Go to the solution
This is an accepted solution.
@DJLondon1959 - please add this css to the very end of your base.css file and check
@media screen and (min-width:750px){
.product-list{display: flex; flex-wrap: wrap; justify-content: center;}
.product-list .product-card{max-width: 21%;}
}
This is an accepted solution.
@DJLondon1959 - please add this css to the very end of your base.css file and check
@media screen and (min-width:750px){
.product-list{display: flex; flex-wrap: wrap; justify-content: center;}
.product-list .product-card{max-width: 21%;}
}
Thank you so much that worked
All the Best Daniel