Hi team,
i wanted to limit the height of my image for mobile viewing and added the following custom css below but fails to work. How should i approach this instead?
.avia_image a img {
max-height: 350px!important;
}
Hi David57!
You can surround it with this to only target mobiles.
@media screen and (max-width: 767px) {
}
Send us a link to your page and we’ll take a look. You can set your reply as private if you wish.
Regards,
Elliott