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)
-   -   long description in 2 column (https://forum.x-cart.com/showthread.php?t=63158)

tickseed 04-03-2012 12:34 PM

long description in 2 column
 
Hi,

I am using the light & lucis theme with 2 products per line and with help from these forums have modified
/common_files/customer/main/products_t.tpl

so that the long product description is shown. I added this around line 60

<div class="descr" > {$product.descr|amp}</div>


It all works fine but when two products have the same size image the description text from one appears to run into the other. See
http://www.tickseed.co.uk/scientific-and-construction-toys-for-children.html
for an example.

I have tried changing the cell padding in the table tag but that doesn't seem to help so does anyone have any idea how I could "restrict" the text ?

Regard,

David

X-Cart 4.4.3

gb2world 04-03-2012 01:39 PM

Re: long description in 2 column
 
You can try:
Code:

.products .descr {
    margin: 0 100px;


}


---


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

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