pf2022
1
Can i reduce the size of this image somehow?
www.portvinsflasken.dk
password: Odense123
Hi @pf2022
Add below style to timber.scss file
.product-single__media>img {
width: 60%;
}
pf2022
3
It looks perfect with 80% but this is how it looks on mobile.
Can you help get the content follow up?
pf2022
4
It looks perfect with 80% but this is how it looks on mobile.
Can you help get the content follow up?
@pf2022
Add this code
.product-single__media {
padding-top: 100% !important;
}