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

MikeBrum 05-23-2005 04:35 PM

Product Options Spacing
 
How would I go about increasing the spacing between product options? Our main products have MANY options and some are pretty 'cramped'

Example...http://www.toobs.com/store/product.php?productid=8&cat=0&page=1

http://www.toobs.com/images/spacing_sample.jpg

Also, is there a way to prevent the 'word wrap' on options? "Stamp Location A" for example.

Many thanks for the help :D

shan 05-24-2005 02:57 AM

add this to the cells that display the option name to stop the text wrapping

Code:

nowrap

MikeBrum 05-24-2005 05:09 AM

Could you elaborate on that a little...kinda lost me there :?

Thanks

MikeBrum 05-24-2005 05:29 AM

There it is...
/modules/Product_Options/customer_options.tpl

Code:

<TD valign="middle" height="25" nowrap>{if $usertype eq "A"}{$v.class}{else}{$v.classtext|default:$v.class}{/if}</TD>

Change the 'height' to adjust the spacing also :wink:

Thanks Shan


All times are GMT -8. The time now is 04:37 AM.

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