Awkward Space Between Header and Rest of Site (CSS issue)

Discussion in 'CSS' started by tokyostyle, Oct 9, 2014.

  1. #1
    Hi All,

    I want to eliminate the white space beneath my header so it sits on top of my categories. If I eliminate the padding, it does not eliminate the distance between the categories (Clubs, Bars, Sex, Sleep) and the black line under the header. The site is www.tokyonightowl.com

    I got this image here (I typed in red where I want to delete the space):

    frustration1.jpg
    Please post or send me a PM if you could guide me with this. Thank you.
     
    Solved! View solution.
    tokyostyle, Oct 9, 2014 IP
  2. #2
    Its not the padding that causing problem. its margin
    Add this CSS value in your .site-header .wrap class
    
    margin-bottom: 0 !important;
    
    Code (markup):
     
    xXxpert, Oct 9, 2014 IP