• Hi

    On the mobile website, the images look really distorted (link here)
    Is there a way to make sure the images appear proportionally scaled on mobiles?

    Many thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • Theme Author inkthemescom

    (@inkthemescom)

    Hello,

    Please paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    @media only screen and (max-width: 480px){
    .img_thumb_feature {
      width: 95% !important;
    }
    }

    NOTE: Ajust numeric value as per your requirement.

    Hope it will resolve your issue

    Thanks!

    Thread Starter sakinadipace

    (@sakinadipace)

    Hi
    Thank you for your reply but it does’t seem to work. I even changed the numerical value to 20% but even this number doesn’t make a change.

    Theme Author inkthemescom

    (@inkthemescom)

    Hello,

    As I have checked your site, the image looks absolutely perfect.

    Here’s link of screenshot, please have a look.

    Link: https://screenpresso.com/=OHLxb

    Thanks!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Mobile: Images on Page look distorted’ is closed to new replies.