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)
-   -   Left Column Word Wrap (https://forum.x-cart.com/showthread.php?t=33752)

ARW VISIONS 09-06-2007 10:15 PM

Left Column Word Wrap
 
My client wants the cats in the left column vert menus to not wrap to the next line. I have tried everything CSS related I can come up with. Anyone know how to do this. I want the column to remain the same width.

example - http://www.findlegalforms.com

their cats don't wrap and the column width is kept at 150px

How did the get the Entertainment Contra...

balinor 09-07-2007 04:11 AM

Re: Left Column Word Wrap
 
You need to use Smarty's truncate function. In customer/categories.tpl, replace this:

{$c.category}

with this:

{$c.category|truncate:50:"...":true}

Change 50 to whatever number you need to get the ... to appear before wrapping.

ARW VISIONS 09-07-2007 06:07 AM

Re: Left Column Word Wrap
 
thank you sir!


All times are GMT -8. The time now is 02:51 PM.

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