Homepage

Discussion in 'Cloriato WordPress Theme' started by bridgie, Dec 13, 2012.

  1. bridgie

    bridgie Member

    Joined:
    Apr 13, 2012
    Messages:
    53
    Likes Received:
    0
    How do I remove the white space after the introduction, where I am not using the 3 columns?
    lamontracing.co.uk
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .feature_content {
    display: none;
    }
     
    .home_content_wrapper {
    padding-bottom: 0px;
    }
     

Share This Page