How to remove white space above slider - Squirrel theme

Discussion in 'Squirrel WordPress Theme' started by erinbro, Apr 23, 2014.

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

    erinbro Member

    Joined:
    Dec 28, 2011
    Messages:
    52
    Likes Received:
    1
  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:
    .menu_wrapper ul {
    margin-bottom: 0;
    }
    .slider-info {
    margin-top: 0;
    }
    #slides {
    top: 0;
    }
     

    Thanks & Regards
    Gourav Shrivastava
     
  3. erinbro

    erinbro Member

    Joined:
    Dec 28, 2011
    Messages:
    52
    Likes Received:
    1
    Thanks Gourav. That got rid of the white space at the top of the slider which is great. But I now have a small white space below the slider. How can I remove that?
     
  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:
    #example {
    height: 325px;
    }
    .slider-wrapper {
    background-position-y: 322px;
    }
    
    This will solve your issue.
     
  5. erinbro

    erinbro Member

    Joined:
    Dec 28, 2011
    Messages:
    52
    Likes Received:
    1
    Worked perfectly. Thank you Piyush.
     
    Piyush likes this.
Thread Status:
Not open for further replies.

Share This Page