Shopify themes, liquid, logos, and UX
Hi all,
Just wondering if anyone can help with some code to help with these photos misaligning on desktop?
It only happens on wider screens, and they realign when you make the window smaller. The photos are all the same aspect ratio etc.
My theme is Prestige version 9.0.2
Website: Neilo Graders | Unprecedented Precision
Would appreciate any assistance or direction 🙂
Solved! Go to the solution
This is an accepted solution.
you need to put the below css code into your theme.css file
.collection__main .product-card .product-card__image {
width: 100% !important;
}
Online Store > Edit Code > assets > theme.css file place the code at very bottom and hit save.
Thanks
This is an accepted solution.
here is your code, you need to put the below css code into your theme.css file
🙂
.product-list .product-card .product-card__media img {
width: 100% !important;
}
Thanks
This is an accepted solution.
you need to put the below css code into your theme.css file
.collection__main .product-card .product-card__image {
width: 100% !important;
}
Online Store > Edit Code > assets > theme.css file place the code at very bottom and hit save.
Thanks
Hi Liqiud_xPert_SJ
Thanks for your help with the other issue above. Are you able to help me with a similar issue on the home page?
When the collection list gets too wide, the photos misalign here again.
Is there a way I can fix that?
LMK 🙂
Yes sure I can do that for you give me a while to write code for it. Thank you for get in touch
This is an accepted solution.
here is your code, you need to put the below css code into your theme.css file
🙂
.product-list .product-card .product-card__media img {
width: 100% !important;
}
Thanks
Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025Discover opportunities to improve SEO with new guidance available from Shopify’s growth...
By Jacqui May 1, 2025