Hello together
I have created a store here link below:
My question
is it possible that the pictures of the products mobile
(allso everywhere fromse PC)
be displayed smaller?
Thanks for your info
kind regards
Hey schweg33,
How small do you want them to be on mobile?
Do you also want the text below then to be smaller?
What screen size do you want them to be the regular size, 768px and up?
Best regards,
Mike
Hello Mike
Thank you for your quick reply
is it possible that I can specify the size of the images also in percent? On the pc they should keep the original size
thank you very much
kind regards
Franz
Hi,
Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:
@media only screen and (max-width: 1366px) {
#top.page-id-3627 .av-masonry-entry.type-product .av-masonry-image-container {
transform: scale(.5);
}
}
adjust the “.5” to suit, “.5” is 50% smaller and 1 would be the original size.
I added the page ID page-id-3627 in the code so it will only work on the one page, you can remove it if you want it to work on all pages.
Best regards,
Mike
Hello Mike
So it fits great
you can close this request
kind regards
Franz