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)
-   -   Spacing between products (https://forum.x-cart.com/showthread.php?t=36555)

antonywalsh 01-05-2008 09:38 PM

Spacing between products
 
I know this has been asked before and I have read all the threads and still cannot sort this out. I have changed it so it can display a row of 4 wide. and I have an overall width of 775px

The main page is fine www.pinkandcream.com but when you display the products http://www.pinkandcream.com/home.php?cat=253 everything goes all over the place. I know that I need to edit the product_t.tpl but trust me I have changed every number, table width etc in pratically the whole system and nothing is working. What am I missing? please I think 5 hours on this trying to work it out is enough.

Thanks

balinor 01-06-2008 10:28 AM

Re: Spacing between products
 
Can't see your site due to an internal server error :(

antonywalsh 01-06-2008 03:24 PM

Re: Spacing between products
 
Sorry I am doing so many changes for about 18hours a day so thats why. I have put it back to 4 again and the link is http://www.pinkandcream.com/home.php?cat=253

I want everything to line up with the category title image on the right its about 50px too much. I need to reduce the space inbetween the products. I have tried everything to change the cell padding and spacing in the product_t.tpl and every other product.tpl page. The trouble is when you change it to 4 products wide dreamweaver still shows design for 1 product wide the design format is different so I cant see where to reduce the spaces.

Many thanks

gb2world 01-06-2008 08:03 PM

Re: Spacing between products
 
Have you looked at the css being used in the table? From your css, there are 10px here:
Code:

TD.DialogBox {
    BACKGROUND-COLOR: #ffffff;
    TEXT-ALIGN: left;
    PADDING: 10px;
}


Then - you have another 8px here:
Code:

.PListCell {
    BACKGROUND-COLOR: #ffffff;
    TEXT-ALIGN: center;
    PADDING: 8px;
    VERTICAL-ALIGN: bottom;
}


antonywalsh 01-11-2008 10:23 AM

Re: Spacing between products
 
Thanks GB2World that worked a treat got it looking just how i want now. :D


All times are GMT -8. The time now is 07:10 AM.

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