Removing space between menu and slider

Discussion in 'Squirrel WordPress Theme' started by adamsmark, Mar 11, 2013.

  1. adamsmark

    adamsmark New Member

    Joined:
    Mar 10, 2013
    Messages:
    9
    Likes Received:
    0
    I removed the sub-header (?) from the them, and I would like to now remove the space between the menu and the slider. See what I'm talking about at http://2-xl.net/. Thanks.


     
  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:
    .slider-wrapper {
    margin-top: -30px;
    }
     
  3. adamsmark

    adamsmark New Member

    Joined:
    Mar 10, 2013
    Messages:
    9
    Likes Received:
    0
    How would I remove the dotted line above the text?
     
  4. Harmeet

    Harmeet Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    360
    Likes Received:
    15
    Hello,

    Put the following code in your custom css

    Appearance -> theme options -> styling options -> custom css

    Code:
    .slider-info {
    border-top: none;
    }
    This will solve your problem.

    Thanks.
     

Share This Page