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): Please post or send me a PM if you could guide me with this. Thank you.
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):