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)
-   -   How to centre objects (https://forum.x-cart.com/showthread.php?t=56244)

langwood 10-27-2010 05:49 PM

How to centre objects
 
Hi Guys,

Can somebody tell me in 4.4.1 how to center all the product info (title, image and pricing etc)

Thanks

Rob:-)

autobulbs 10-28-2010 02:51 AM

Re: How to centre objects
 
Try this in your css file:

Code:

.product-details div,
.product-details table,
.product-details td {
      text-align:center;
}


or something like that

balinor 10-28-2010 04:15 AM

Re: How to centre objects
 
Isn't that easy I'm afraid, there are a bunch of hard-coded "text-align: left" variables in different table cells. Need to go through and remove/change all of those. Use firebug to tell you which ones.

langwood 10-31-2010 01:41 PM

Re: How to centre objects
 
Thanks for the replies, all fixed now.
Here is what we ended up with: www.langwoodsphotography.com/eshop/


All times are GMT -8. The time now is 01:51 AM.

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