Removing white space

Permalink 1 user found helpful
I'm looking to remove the 5px white space between my Header image and Nav so the colors blend nicely. Any help would much appreciated!

http://wackyw.bikelikehell.com/...

 
irsah replied on at Permalink Best Answer Reply
irsah
Hi WarginEvents,

I've limited resources but manage to look thru. I think there is a "a- tag" with body reference line-height 1.5,

Try adding this code in your_theme main.css file
div#logo, #logo a { line-height: 0;}
that should do the trick.

Hope it helps.
Irsah
BikerDad replied on at Permalink Reply
Genius! Thank you...
irsah replied on at Permalink Reply
irsah
Your welcome, it's just some trickery with grid system framework and a tags/line-heights.