I have been going at this for hours and cannot figure it out. I am using banner position 3 and would like to remove the space between the banner and the header. What should I be looking for in the CSS?
Website: http://www.blackcuproaster.com
I have been going at this for hours and cannot figure it out. I am using banner position 3 and would like to remove the space between the banner and the header. What should I be looking for in the CSS?
Website: http://www.blackcuproaster.com
If we're looking at the same thing, you could kludge it with:
#headerWrapper {margin-bottom:-14px;}
Appreciate it! I was thinking I was missing something, and that did it! Thank you