Here is a bit of an update..
Using firefox and the webdeveloper, i have figured out how to fix it offline, but for the life of me I can't find the file
using the developer under the 'HTML' tab there is this line:
<span class="webdeveloper-display-id-class-details" title=" #contentMainWrapper"> #contentMainWrapper
In the box to the right of it there is this information (the happy faces are not there - they just appeared when I was copying and pasting - i also removed a couple of the border- lines in order to be able to post this here):
[class^="webdeveloper-"] {
border-bottom-style:solid !important;
border-bottom-width:1px !important;
border-left-style-value:solid !important;
border-left-width-ltr-source:physical !important;
border-left-width-rtl-source:physical !important;
border-left-width-value:1px !important;
border-right-style-ltr-source:physical !important;
border-right-style-rtl-source:physical !important;
border-right-style-value:solid !important;
border-right-width-ltr-source:physical !important;
border-right-width-rtl-source:physical !important;
border-right-width-value:1px !important;
border-top-style:solid !important;
border-top-width:1px !important;
font-family:sans-serif !important;
**** font-size:10px !important;******
font-style:normal !important;
font-variant:normal !important;
font-weight:normal !important;
letter-spacing:0 !important;
margin-bottom:0 !important;
margin-left:0 !important;
margin-right:1px !important;
margin-top:0 !important;
padding-bottom:1px !important;
padding-left:1px !important;
padding-right:1px !important;
padding-top:1px !important;
text-align:left !important;
text-decoration:none !important;
text-transform:none !important;
z-index:1 !important;
}
If I change the font size to 0 where I put the asterix then it removes the space, unfortunately I can't figure out where in the Zencart files, I would change this, so far I am only able to fix it in the webdeveloper.
Now I am new to the webdeveloper - and don't know how to associate this information to a file in zencart.
Phil