View Single Post
  #1  
Old 09-28-2009, 11:34 AM
  Hyperdelicious's Avatar 
Hyperdelicious Hyperdelicious is offline
 

Senior Member
  
Join Date: Sep 2002
Location: In the Middle of Nowhere
Posts: 138
 

Default change product list layout position center div's vertical

In X-Cart version 4.2.2... I'm trying to get my product list page to display items horizontally like this:

Code:
--------------------------------------------------------------------- | IMAGE | DESCRIPTION | PRICE | QTY | BUY NOW | --------------------------------------------------------------------- | IMAGE | DESCRIPTION | PRICE | QTY | BUY NOW | --------------------------------------------------------------------- | IMAGE | DESCRIPTION | PRICE | QTY | BUY NOW | --------------------------------------------------------------------- | IMAGE | DESCRIPTION | PRICE | QTY | BUY NOW | --------------------------------------------------------------------- | IMAGE | DESCRIPTION | PRICE | QTY | BUY NOW | ---------------------------------------------------------------------

Image, desc, price, qty, and buy now are each in their own Div enclosed in the item div ie.

<div id=item>
<div id=image></div>
<div id=desc></div>
<div id=price></div>
<div id=qty></div>
<div id=buy></div>
</div>

of course their is more coding ... just trying to keep this brief...

Anyway... I cannot get my Div's centered vertically ... any ideas?
Reply With Quote