hi guys
i'm using ecwid as my shopping cart and have had a nagging problem of 40px extra whitespace above the cart. http://artbyherbie.com/store
in firebug/chrome it shows up as an extra <p>...</p> element with a class in my theme called entry.p (which is applied to all my pages and posts!) i tried changing this but it wrecked the look of all my pages and posts.
the page contents:
<strong>Home> The Shop></strong>
<p><h3>Get Shopping</h3>Welcome to my online shop, super-tastic and super-fast, here you can browse and buy various products and services, only available on ArtbyHerbie.com.</p><script>
ecwidMessages = {
"CategoryPathPanel.category":"ArtbyHerbie.com: ",
"CategoryPathPanel.store":"The Shop"
}
</script>
<script type="text/javascript" src="http://app.ecwid.com/script.js?339157" charset="utf-8"></script>
<script type="text/javascript"> xProductBrowser("categoriesPerRow=3","views=grid(3,3) list(10)","categoryView=grid","searchView=list","style="); </script>
<noscript>Your browser does not support JavaScript. Please proceed to <a href="http://app.ecwid.com/jsp/339157/catalog">HTML version of ArtbyHerbie.com</a></noscript>
any CSS experts out there who can help?