Remove Homepage Gap

Discussion in 'Cloriato WordPress Theme' started by elhelour, Jan 7, 2014.

Thread Status:
Not open for further replies.
  1. elhelour

    elhelour New Member

    Joined:
    Dec 24, 2013
    Messages:
    12
    Likes Received:
    0
    Hi,

    I have removed the section where youtube video was (Homepage 2 Cols) and now there is a gap.
    Please advise how to reduce this gap.
    Website is www.businessreputationguard.com

    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 {
    padding-top: 0;
    }
     
    .feature_content .featured {
    margin: 0;
    }
    

    Thanks & Regards
    Gourav Shrivastava
     
  3. elhelour

    elhelour New Member

    Joined:
    Dec 24, 2013
    Messages:
    12
    Likes Received:
    0
    Hi Gourav

    I did that but there is still a gap.
     
  4. Piyush

    Piyush Support Staff

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

    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    .feature_content {
    padding-top: 0! important;
    }
     
    .feature_content .featured {
    margin: 0 ! important;
    }
    .home_text p {
    margin-bottom: 5px;
    }
    .home_content_wrapper  hr {
    margin-bottom: 5px;
    }
     
    You can adjust margin and padding as per your requirement.
    This will solve your issue.
     
  5. elhelour

    elhelour New Member

    Joined:
    Dec 24, 2013
    Messages:
    12
    Likes Received:
    0
    Thank you Piyush ,that worked.
     
Thread Status:
Not open for further replies.

Share This Page