Beating the 25 characters limit for Navigation Title

Fergus asked if there was a way to type beyond the 25 characters limit for a navigation title (the title that you see for a page in the navigation bar). To beat this limitation, we need to employ a small trick. Here’s how we can do it:

  1. Go to the Properties of the page you want to add the long navigation title to.
  2. Delete the text in the Navigation title box.
  3. Uncheck Show this page in the Navigation bar.
  4. In the Page title box, type in the long navigation title you want to see.
  5. Once completed, check Show this page in the Navigation bar. You should see that the Page title has now been copied to the Navigation title.
  6. You can change the Page title now to whatever you want, or keep it the same.
  7. Click OK to Save.

Now, when you view your website, you will see this long Navigation title in the Navigation bar.

4 Comments

Fergus Johnson says: 7 October 2008 - 4:59 am

Hi Royster,

So simple! Sorry to have bothered you with it. Is it this a glich or do they want to control the title length - i.e. will I have problems in the future?

Really like the forum by the way.

Thanks again,
Fergus

admin says: 7 October 2008 - 6:20 am

Hi Fergus,

They are trying to limit the navigation title so that when you have the navigation bar on the left, the words will not disappear if the length was greater than 25 (remember you asked me about that before as well and we solved it with the “wrap” trick)?

Royster

Steven says: 19 April 2009 - 3:16 pm

can you post the “wrap” trick?

royster says: 20 April 2009 - 6:42 pm

@Steven: wrap trick - add this in your custom CSS:

.MSC_PrimaryNavLinkFrame {
white-space: normal;
}

Leave a comment