Reduce the margin in feature content

Discussion in 'Figero WordPress Theme' started by rostin, Jun 25, 2013.

  1. rostin

    rostin Member

    Joined:
    Nov 20, 2012
    Messages:
    88
    Likes Received:
    2
    Hi
    I would like to reduce the margins (top/bottom) in feature content area as show in the below pix.
    I appreciate your help.

    feature-size.png
     
  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:
    .content .feature-content{
    margin-bottom:20px;
    }
    .content{
    margin-top:30px;
    }
    .index-container .full_cols{
    margin-bottom:20px;
    }
    Adjust its value as per your requirements.
     

Share This Page