Responsive image scale

Discussion in 'Squirrel WordPress Theme' started by spoonboy90, Jul 8, 2013.

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

    spoonboy90 Active Member

    Joined:
    Dec 20, 2012
    Messages:
    289
    Likes Received:
    28
    Location:
    Stoke-on-Trent, Staffordshire. UK
    Is it possible to scale down the 3 images near the bottom for the first step down of the responsive view so they don't look so bunched up?
    Screen Shot 2013-07-08 at 20.50.39.png


    http://www.pastlivesrevisited.co.uk/
     
  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:
    @media only screen and (max-width: 960px) and (min-width: 767px){
    .feature-content .feature-item img {
    height: 100px!important;
    width: 200px!important;
    }
    }
    
     
  3. spoonboy90

    spoonboy90 Active Member

    Joined:
    Dec 20, 2012
    Messages:
    289
    Likes Received:
    28
    Location:
    Stoke-on-Trent, Staffordshire. UK
    Spot on Gourav thanks very much.
     
Thread Status:
Not open for further replies.

Share This Page