Different free places in the Feature Columns

Discussion in 'BlackBird WordPress Theme' started by lyubo, May 16, 2013.

  1. lyubo

    lyubo Guest

    Joined:
    May 15, 2013
    Messages:
    67
    Likes Received:
    1
    Hello,
    1. how can I make the distance between the Feature Column Images and the Feature Column Headings smaller?
    2. how can I make the distance between the Feature Column Descriptions and the Read more button smaller?
    Thank you!
     
  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:
    .feature-content h2{
    margin-top:5px;
    }
    .feature-content-inner .read-more{
    margin-top:0;
    }
     

Share This Page