How to remove gap between header and edge border?

Discussion in 'Cloriato WordPress Theme' started by pd1215, Aug 8, 2013.

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

    pd1215 New Member

    Joined:
    Jun 10, 2013
    Messages:
    10
    Likes Received:
    0
    I have what appears to be a 1-pixel gap at the top of the header, which allows the background image to bleed through. It's not a major issue but is distracting. Above the main header there is the pixel gap and then about a 1/8th-inch white edge border above that (see picture). How do I remove the gap (shift the small edge border down a pixel)? Thanks!
     

    Attached Files:

  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 {
    padding-top: 0px;
    }
     
  3. pd1215

    pd1215 New Member

    Joined:
    Jun 10, 2013
    Messages:
    10
    Likes Received:
    0
    Thanks for the response back. It's weird - just realized that it's only doing this on my work laptop on Chrome. Looks fine in IE, or on either browser on other machines. Don't know why, but it's clearly not a code issue so I won't worry about it. Thanks again!
     
Thread Status:
Not open for further replies.

Share This Page