Shopify themes, liquid, logos, and UX
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
My Product Images are way to big on desktop. As you can see on screen dump the image expands below fold. On any other devices than desktop it works fine.
I have already tried with som ecustom CSS to override the system ratio, but my CSS has no impact.
Anyone ??
Desktop
Mobile
Hi @NjordVentura,
Please go to Customize > Theme settings > Custom CSS and add code:
@media screen and (width >= 750px) {
.product-information__grid:not(:has(.product-information__media:empty)).product-information--media-left {
grid-template-columns: 1fr 1fr;
}
}
Thx Namphan ... but this will only change the grid propositions. As you can see belov the image is now "in screen" but the right coloum with desription gets weidder and weider. Im looking more for at an image aspect ratio change.
Hi,
Good morning,
Welcome to the shopify ,
Please share your store URL and if your store is password protected then also provide password too.
Thank you.