Pictures Not Responsive

Discussion in 'BlackBird WordPress Theme' started by zimbizee, Mar 26, 2013.

  1. zimbizee

    zimbizee New Member

    Joined:
    Aug 8, 2012
    Messages:
    6
    Likes Received:
    0
    Hi, when i view the site on a mobile device the pictures i have on the site are not mobile optimised and therefore stick out on the right side of the page.

    How do i get the pictures to display correctly on a mobile

    Example is here

    Many thanks
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .fullwidth a img {
    width: 80%;
    height: auto;
    }
     
    .logo a img {
    width: 90%;
    }
     
  3. zimbizee

    zimbizee New Member

    Joined:
    Aug 8, 2012
    Messages:
    6
    Likes Received:
    0
    That worked a treat.

    thanks alot
     

Share This Page