Quote:
Originally Posted by cflsystems
It seems to me now that you are trying to create 2 column layout for product details page? If that's the case move the description <div>descr</div> inside <div class="image">
<div class="image">
current contents
<div>descr</div>
</div>
You will also need to re-align the descr to left (as image column is center aligned)
|
Great! Thanks for sharing your div/xcart experience