remove vertical space on home page

Discussion in 'Cloriato WordPress Theme' started by billgallagher, May 14, 2013.

  1. billgallagher

    billgallagher New Member

    Joined:
    May 10, 2013
    Messages:
    9
    Likes Received:
    0
    There's a lot of extra vertical space on the home page template. I would like to reduce space here"
    1) above logo, social icons and search
    2) remove home page HOME PAGE HEADING and HOME PAGE HEADING DESCRIPTION
    3) space between 2 column and footer
    4) extra space in footer at top and bottom

    my site is here: http://gallaghertraining.com
     
  2. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Hello,

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .header {
    padding-top: 0px;
    }
    .home_text {
    padding: 0;
    }
    .feature_content {
    padding-bottom: 0px;
    }
    .home_content_wrapper {
    padding-bottom: 10px;
    }
     
    .footer-content .footer_wrap {
    padding-top: 10px;
    }
     
    .footer-content .footer-glow {
    height: 0;
    }
     

Share This Page