Colorway Images Not Responsive

Discussion in 'ColorWay WordPress Theme' started by lcurty, Aug 14, 2015.

  1. lcurty

    lcurty New Member

    Joined:
    Apr 14, 2015
    Messages:
    5
    Likes Received:
    0
    I am having an issue with images in the Colorway Theme not being responsive on mobile devices and smaller screens. Here is a link to a page: http://bubbles2015.lindacurty.net/pet-spa/ and a screenshot of the page in mobile view. There are issues on tablet size and with smaller desktop windows as well.

    Screen Shot 2015-08-13 at 19.18.00.png
     
  2. priya

    priya Guest

    Hello,

    You can resolve this problem yourself, All you have to do is just go to Dashboard->Appearance->Theme Options->Styling Option->Custom CSS
    field and use the CSS code given below over there.

    Code:
    .content img {
    max-width: 100%;
    height: auto;
    }
    Hope you will resolve your problem:)

    Do let me know if you need more assistance,

    Thanks & Regards!
    Priyanka
    InkThemes.com
     

Share This Page