Close the Space between 1st and 2nd Header

Discussion in 'Squirrel WordPress Theme' started by tsaj, Mar 13, 2014.

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

    tsaj Member

    Joined:
    Dec 28, 2011
    Messages:
    34
    Likes Received:
    0
    Hello
    May I have a code for closing the space between the 1st and 2nd Headers under the menu bar. Thanks
     
  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:
     .header-info {
    margin-top: 0;
    margin-bottom: 0;
    }
    .header-info h1 {
    margin-bottom: 5px;
    }
    Thanks & Regards
    Gourav Shrivastava
     
  3. tsaj

    tsaj Member

    Joined:
    Dec 28, 2011
    Messages:
    34
    Likes Received:
    0
    Thanks much
     
Thread Status:
Not open for further replies.

Share This Page