Shopify themes, liquid, logos, and UX
Also, the product title and "add to quote" button is not on the same line and identical to each other.
Store: www.dotodone.co.uk
Password: dotodoneltd
Thank you
Solved! Go to the solution
This is an accepted solution.
This didn't quite work, images were the same size but the buttons and title were all over the place
Please add this in theme.scss file
.product-card__image-with-placeholder-wrapper img {
overflow: hidden;
object-fit: cover;
height: 150px;
}
This is an accepted solution.
This didn't quite work, images were the same size but the buttons and title were all over the place
Just from looking in chrome dev tools, the layout is looking for a max-width and max-height to set image sizes, so you'll want to make all images larger than or at least equal to those max settings so they'll be the same size.
This is how your inline stylesheet in an individual card looks:
<style>#ProductCardImage-collection-template-6830823178417 {
max-width: 330.0px;
max-height: 220px;
}
#ProductCardImageWrapper-collection-template-6830823178417 {
max-width: 330.0px;
}
</style>
As 2024 wraps up, the dropshipping landscape is already shifting towards 2025's trends....
By JasonH Nov 27, 2024Hey Community! It’s time to share some appreciation and celebrate what we have accomplis...
By JasonH Nov 14, 2024In today’s interview, we sat down with @BSS-Commerce to discuss practical strategies f...
By JasonH Nov 13, 2024