Shape 5

Joomla Templates => Eden Rock - April 08 - Club => : mrcomp_ca July 22, 2009, 05:50:52 AM



: Change the maximum length of menu description
: mrcomp_ca July 22, 2009, 05:50:52 AM
HI,

I have a lient who is insisting on some very long names for menu items.  Is it possible to change the maximum length?

Example "Love and Kindness as a business tool" becomes "love and kindness as a business" when displayed.  Not quite the effect she is looking for.

Thanks in advance.  Sean


: Re: Change the maximum length of menu description
: mikek July 22, 2009, 07:58:10 AM
Hello, the template doesn't have a max length on it. I just did a test with that title, "Love and Kindness as a business tool" and the whole title appeared. Is it maybe too long to fit on the actual menu bar?


: Re: Change the maximum length of menu description
: mrcomp_ca July 22, 2009, 01:51:15 PM
You are correct...I should have explained better.    I can create the menu item and add any description I like.  When the menu is displyed, it knocks off the word tool.


: Re: Change the maximum length of menu description
: mikek July 22, 2009, 02:10:08 PM
Can you post a url to where this is happening?


: Re: Change the maximum length of menu description
: mrcomp_ca July 23, 2009, 08:12:17 AM
http://www.positivevibes.ca

The items are under     How I do it --> Keynote Speaking

Thanks a gain for your help.


: Re: Change the maximum length of menu description
: mikek July 23, 2009, 10:54:33 AM
Edit the file s5_suckerfish.css and search for "width" every time it has a line for width increase the number by about 50. And then finally find:

#navv li ul ul {
   margin: -20px 0 0 200px;
}

And increase the 200px by 50 as well. That should increase all the sub's widths.


: Re: Change the maximum length of menu description
: mrcomp_ca July 23, 2009, 06:11:27 PM
Thank you!! Works like a charm.