Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #513085

    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;
    }

    #513205

    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

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.