Hello,
I am trying to center the images on the collections list page. I will eventually be adding more images on the same page so I will need it to always center them. I would like to have 3 images per row. Any help would be much appreciated. It would be an added bonus if we could put a small space between each image.
Thanks for all the help!
Thanks,
Justin
2 Likes
@docgraves
Please share your store URL and a screenshot.
@docgraves
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 the reply @dmwwebartisan . The website is Girl Down the Street. Please let me know if you need anything else.
Hello,
Thank you for your response. Here is the link - Girl Down The Street.
I appreciate it!
I tried that and nothing changed.
Hey @LitExtension , I appreciate your reply. I tried what you suggested and unfortunately, nothing changed on the site. I have included screenshots.
Thank you!
You are referring to the collections list page?
Please change the code:
.grid–collection-grid{
justify-content: center;
display: flex;
flex-wrap: wrap;
}
@media only screen and (min-width: 750px){
.collection-grid__item {
height: 400px;
width: calc(100% / 3);
}
}
1 Like
I changed the 100% to 50% and that was perfect.
Thanks a bunch! Been trying for 5 evenings to get that right!