Hello
I'm just trying to design a light and Lucid 2 column 4.4.5 and have a problem with an inline element giving me a 125px left margin in product description.
I found this in page source

<div class="details" style="margin-left: 125px;">
<form name="orderform" method="post" action="cart.php" onsubmit="javascript
: return FormValidation(this);">
<input type="hidden" name="mode" value="add" />
<input type="hidden" name="productid" value="1" />
<input type="hidden" name="cat" value="2" />
<input type="hidden" name="page" value="1" />
<table cellpadding="0" cellspacing="0" summary="Description">
<tr>
<td >prod1*
</tr>
</table>
Where is this ? How do I modify it ??
Thanks