Shopify themes, liquid, logos, and UX
hello!
Hoping to find some code to ensure all product image thumbnails in my stores Collection pages are all uniform and the same size.
This is what is currently looks like: NOTE RIGHT IMAGES ARE SMALLER LEFT HAVE MORE ROOM AT THE TOP
THIS IS WHAT I WANT IT TO LOOK LIKE: NOTE ALL IMAGES ARE THE SAME SIZE
This would be helpful if the code applies to the homepage as well as individual collection pages, thank you for all your help!
Please share store URL & store front password.
Thanks!
hey there @dmwwebartisan
website is live and link is: www.shoeflylimited.com.au
thanks so much for your reply and assistance!
1. Go to your store. Click on Actions > Edit Code 2. Go to Assets > theme.css add below lines at the bottom of the file.
media screen and (max-width: 749px){
.grid-view-item__image-wrapper .grid-view-item__image {
position: absolute;
top: 0;
max-width: 250px!important;
max-height: 250px!important;
}
.product-card__image-with-placeholder-wrapper {
position: relative;
min-height: 155px;
}
}
@media screen and (min-width: 750px){
.product-card__image-with-placeholder-wrapper {
position: relative;
min-height: 255px;
}
}
Starting a B2B store is a big undertaking that requires careful planning and execution. W...
By JasonH Sep 23, 2024By investing 30 minutes of your time, you can unlock the potential for increased sales,...
By Jacqui Sep 11, 2024We appreciate the diverse ways you participate in and engage with the Shopify Communi...
By JasonH Sep 9, 2024