Pictures Not Responsive

Discussion in 'BlackBird WordPress Theme' started by calebwatkins, Nov 21, 2014.

  1. calebwatkins

    calebwatkins New Member

    Joined:
    Dec 26, 2012
    Messages:
    13
    Likes Received:
    0
    I have a picture on one of my pages that will not scale properly on a mobile device. When viewing on a mobile device, the right side gets cut off. Please advise.

    http://www.creaseshirts.com/premium-fabrics/

    I have already tried the coding from another thread, but that didn't do anyting.

    Thanks.
     
  2. Yogesh

    Yogesh Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,052
    Likes Received:
    41
    Hello,

    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){
    .alignleft {
    width: 100%;
    height: auto;
    }
    }
    It will resolve your issue.

    Thanks & Regards
    Yogesh Bhade
     

Share This Page