I have space underneath the header image. It looks like it is about 20 px. I have looked at the stylesheet and can not seem to figure out what is causing this gap.
The url is http://www.stitchboutiqueboston.com/
Please help!
TIA Tom![]()
I have space underneath the header image. It looks like it is about 20 px. I have looked at the stylesheet and can not seem to figure out what is causing this gap.
The url is http://www.stitchboutiqueboston.com/
Please help!
TIA Tom![]()
In the HTML, you have a break: <br class="clearBoth"> .
This is between the <div id="logoWrapper"> and <div id="navCatTabsWrapper"> sections.
According to the Firefox Firebug, this can be found on Line 500 of your stylesheet.css .
Hope that is correct and hope it helps. :)
Thanks so much. I took the line out and presto. THe problem is resolved![]()