![]() |
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... |
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. |
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.