View Single Post
  #7  
Old 01-06-2009, 01:03 PM
  ARW VISIONS's Avatar 
ARW VISIONS ARW VISIONS is offline
 

X-Man
  
Join Date: Jan 2007
Location: Pensacola, FL
Posts: 2,536
 

Default 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
Reply With Quote