Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #609042

    When we see the featured images in smaller layouts the images become squished – how can we maintain their aspect ratio? See info in private content.

    • This topic was modified 8 years ago by lzevon.
    #609174

    I have also made a screencast video to show you what is happening…

    #609379

    Hi,

    You have the following in style.css which is causing it:

    @media only screen and (max-width: 800px) {
    .logo img, a img {
        max-height: 71px!important;
    }
    }

    If you are trying to target the logo on that screen size then please remove , a img

    Regards,
    Rikard

    #609696

    Ugh – ready for the weekend – thanks.

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Blog Posts element featured image and resposnive layouts’ is closed to new replies.