Change size of Homepage Three Cols

Discussion in 'Squirrel WordPress Theme' started by saravalkenburg, Dec 10, 2013.

  1. saravalkenburg

    saravalkenburg New Member

    Joined:
    Nov 1, 2013
    Messages:
    4
    Likes Received:
    0
    Hello,

    I'd like to change the size of the Homepage Three Cols Images from 290 x 153 px to 290 x 400 px. How do I do this?

    Thank you!

    Sara
     
  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,

    Paste the following code in your Custom CSS
    (Appearance -> Theme Options -> Styling Options -> Custom CSS)

    Code:
    .feature-content .feature-item img {
    height: 400px;
    }
    You can adjust the value of height as per your requirement.
    This will solve your issue.
     

Share This Page