Remove Gap on Home Page

Discussion in 'Cloriato WordPress Theme' started by huntercs, Sep 18, 2013.

  1. huntercs

    huntercs Member

    Joined:
    Jan 27, 2013
    Messages:
    42
    Likes Received:
    0
    How can i remove the gap above and below my slider.

    wp.snappylube.com
     
  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:
    .content_wrapper {
    margin-top: 0;
    }
    .fullwidth-page {
    padding-top: 0!important;
    }
    #magazine-columns{
    height:350px;
    }
    
     

Share This Page