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/...
http://wackyw.bikelikehell.com/...
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;}
Hope it helps.
Irsah