The header on my site http://www.poseidonairsoftarmory.com has this giant gap between the main template and it, is there any way to remove it?
The header on my site http://www.poseidonairsoftarmory.com has this giant gap between the main template and it, is there any way to remove it?
try removing the;
height; 385px;
and replacing with:
height: 278px;
from logoWrapper in your style sheet (about line 185)
Awesome, thank you. Is there any way to adjust those top navigation buttons so they don't overlap the header image? And how do I make the header background black so it won't have that thin white line on the left hand side?
In that same logoWrapper, change #FFFFFF to #000000 (zeroes)