Home page 2nd column picture mis-aligned

Discussion in 'ColorWay WordPress Theme' started by hvbourne, Sep 25, 2013.

  1. hvbourne

    hvbourne New Member

    Joined:
    Sep 23, 2013
    Messages:
    1
    Likes Received:
    0
    I cannot for the LIFE OF ME figure this out! The 2nd picture on the homepage will not line up with the others. I have even changed the size of the original image to try and match the others - no luck. The pictures automatically change to the correct size for the other columns, but in the 2nd one it will just display whatever size picture you give it. Is this a bug in the theme or something I am doing (I am a self taught wordpress user and still learning).

    Thanks! The website is www.northeasternbankservices.com
     
  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:
    .one_fourth img{
    height:130px;
    }
     

Share This Page