closing up space on home page

Discussion in 'Cloriato WordPress Theme' started by dienshones, Aug 16, 2013.

  1. dienshones

    dienshones New Member

    Joined:
    Nov 6, 2012
    Messages:
    29
    Likes Received:
    0

    Attached Files:

  2. Piyush

    Piyush Support Staff

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

    Paste the code given below in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .home_text {
    padding-top: 5px;
    padding-bottom: 5px;
    }
    .feature_content {
    padding-top: 0px;
    }
    .feature_content .featured {
    margin-top: 0px;
    }
    This will solve your issue.
     
  3. dienshones

    dienshones New Member

    Joined:
    Nov 6, 2012
    Messages:
    29
    Likes Received:
    0
    Hi there, can i remove the space on the homepage heading? as the tag line and contact info is too space out.
     
  4. 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:
    .home_content p {
    margin: 0;
    }
    .home_text h1 {
    margin-bottom: 0;
    }
    
     

Share This Page