Hello,
Can you provide me the css code needed for this :
I want this image to look smaller on PC, on mobile its perfect.
Thanks !!
Hello,
Can you provide me the css code needed for this :
I want this image to look smaller on PC, on mobile its perfect.
Thanks !!
Hello @vseazon
I would like to give you some recommendations to support you :
Go to Online Store->Theme->Edit code
Open your theme.liquid theme file
Paste below code before :
This css will allow images on a maximum of 550px , you can increase or decrease if you want
Hope my recommendation can works and support for you!
Kind & Best regards!
GemPages
Thanks ! and do you know why I don’t work for this one ? https://xn–mon-non-personnalis-fzbo.fr/cart
Please use the below css code:
Because each store, cart page is not the same, so the css code also needs to be adjusted
can you try this code
.cart__row + img {max-width: 768px;}