Collection page layout of products

Solved

Collection page layout of products

DJLondon1959
Tourist
6 2 1

I'm hoping someone can help me change the layout on my Collection page.

It currently looks like thisScreenshot 2024-07-12 at 18.04.10.png

What I would like to be able to do is change it to this if possible.

Screenshot 2024-07-12 at 18.04.10.jpg

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

Accepted Solution (1)

suyash1
Shopify Partner
9638 1203 1543

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%;}
}
Support me | To build shopify pages use pagefly | Contact me - suyash.patankar@gmail.com , My timezone is GMT+5:30.

View solution in original post

Replies 2 (2)

suyash1
Shopify Partner
9638 1203 1543

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%;}
}
Support me | To build shopify pages use pagefly | Contact me - suyash.patankar@gmail.com , My timezone is GMT+5:30.
DJLondon1959
Tourist
6 2 1

Thank you so much that worked 

All the Best Daniel