Hi, I have a few icons.svg in a page. They are not to big. When I see them on my telephone they are much bigger than on the laptop
I want to controle the size of these icons.svg to make it acceptable on the telephone as well. Can you please think with me?
Cheers Woutski
Sample is included in private content
Hey Woutski,
Could you share a screenshot highlighting what you would like to achieve please?
Best regards,
Rikard
Thank you Rikard,
Please see link in Private Content
Best Regards
Woutski
Hi,
Thank you for the info.
You can add this css code to adjust the size of the images on smaller screens:
@media only screen and (max-width: 767px) {
/* Add your Mobile Styles here */
.av-4htruh-aeabf568c97bc031467ccc24ed3ff2ab, .av-31x6k1-7fb95fe73764fba5b214f313d3f98aa7, .av-2b5ymp-559c7e72ca93c0db26ae73506c5bb616, .av-jmo1d-2e71f49f79ce34153a1617f697fe4d5a {
max-width: 50%;
}
}
Best regards,
Ismael
Ha Ismael,
The works work. Thank you for thinking with me.
Best regards,
Woutski
Hi,
Thanks for the update, we’ll close this thread for now then. Please open a new thread if you should have any further questions or problems.
Best regards,
Rikard