Pictures look distorted on mobile view

Discussion in 'ColorWay WordPress Theme' started by merittmediaservices, May 14, 2015.

  1. merittmediaservices

    merittmediaservices New Member

    Joined:
    Aug 10, 2013
    Messages:
    10
    Likes Received:
    1
    Hi,

    My website is www.baycus.com, I have used colorway theme, the desktop and the tablet version looks ok. But when I view the picture on my mobile, the picture look distorted.. on my homepage (slider) and my post or page view. Please help.

    I have no issues when I am using other of your theme like blackrider on my other website www.geode.com.sg

    Thanks.

    [email protected]
     
  2. sameerwalkar

    sameerwalkar Guest

    Hello,

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

    Code:
    @media only screen and (max-width: 480px){
    .content img{
    height: auto;
    }
    .content-info h1.title{
      font-size: 23px;
    }
    .flexslider .slides img{
    width: 100%;
    height: auto;
    }
    .slider-container{
      padding-bottom: 5px;
    }
    }
    Hope it will solve your issue.
     

Share This Page