X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Changing design (https://forum.x-cart.com/forumdisplay.php?f=51)
-   -   change product list layout position center div's vertical (https://forum.x-cart.com/showthread.php?t=49920)

Hyperdelicious 09-28-2009 11:34 AM

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?

cflsystems 09-28-2009 04:28 PM

Re: change product list layout position center div's vertical
 
try

vertical-align: middle

in id item class

Hyperdelicious 09-29-2009 06:52 AM

Re: change product list layout position center div's vertical
 
tried that did not work... I never have much luck with vertical-align... seems very fickle... read that vertical-align does not work with block elements... tried changing my div's to inline and table-cell... still did could not get it to vertically center my div's.... any ideas?


All times are GMT -8. The time now is 06:58 PM.

Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.