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

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
11112 1367 1751

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%;}
}
To build shopify pages use PAGEFLY | Contact me - suyash.patankar@gmail.com

View solution in original post

Replies 2 (2)

suyash1
Shopify Partner
11112 1367 1751

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%;}
}
To build shopify pages use PAGEFLY | Contact me - suyash.patankar@gmail.com
DJLondon1959
Tourist
6 2 1

Thank you so much that worked 

All the Best Daniel