How to remove space on front page?

Discussion in 'Cloriato WordPress Theme' started by nicke63, May 18, 2013.

  1. nicke63

    nicke63 New Member

    Joined:
    Jan 28, 2013
    Messages:
    13
    Likes Received:
    0
    Hi,

    How do I remove/minimize space between heading, photo, text and read more within th 3 column area on the front page? Most important the space between heading and photo.

    Many thanks in advance

    Nicke
     
  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 .featured h2 {
    padding-bottom: 2px;
    margin-bottom: 2px;
    }
    .feature_content .feature-image {
    margin-top: 2px;
    margin-bottom: 0px;
    }
    .feature_content p {
    margin-top: 5px;
    margin-bottom: 5px;
    }
    Adjust the values of these margin and padding as per your requirement.
    This will solve your issue.
     

Share This Page