Re: How do I "swap" the product description with the details?
to add spacing between the product pic and the details add some right padding to this class PImgBox
PImgBox{
padding-right:25px;
}
to move detaills up look for any stray <br /> or <p> tags. ALos remove any unnecessary tabke rows. if you din;t when you copied the description code.
__________________
xcart 5.1.2
|