Quote:
Originally Posted by techtoys2go.com
I have pasted the HTML code to one of our older products that is currently not sold anymore (listed as out of stock) so that you can have a look at how it renders.
http://www.techtoys2go.com/ericsson-r116
|
I've inspected the page you referred to. As far as I can see, the issue is caused by CSS codes on your site. It actually has nothing to do with Ecwid.
In particular, the 'reset.css' file contains the following code:
Code:
form div {
margin: 10px 0 10px 0;
}
(
http://www.techtoys2go.com/templates... , line 59)
It increases the indentation size above and below the price labels. In order to fix it, you will need to remove that code or modify it so that it won't affect Ecwid widgets on your site.