Images not scaling properly on mobile devices

Discussion in 'ColorWay WordPress Theme' started by c_musseau, Jun 27, 2014.

Thread Status:
Not open for further replies.
  1. c_musseau

    c_musseau Guest

    Joined:
    May 21, 2014
    Messages:
    38
    Likes Received:
    0
    Here is an example:
    http://dev.ellenwalkerdesign.com/residential-services/

    When screen size scales down and/or is viewed on a phone, the image squishes horizontally.
    If I add a caption, it scales properly but I don't always want to add a caption :)

    Thanks for your help!
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS
    Code:
     .content-wrap img {
    height: auto;
    }

    Thanks & Regards
    Gourav Shrivastava
     
  3. c_musseau

    c_musseau Guest

    Joined:
    May 21, 2014
    Messages:
    38
    Likes Received:
    0
    Thank-you. That fixed it!
     
Thread Status:
Not open for further replies.

Share This Page