This site will have limited functionality while we undergo maintenance to improve your experience. If an article doesn't solve your issue and you want to ask a question, we have our support community waiting to help you at @FirefoxSupport on Twitter and/r/firefox on Reddit.

Search Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

Hierdie gesprek is in die argief. Vra asseblief 'n nuwe vraag as jy hulp nodig het.

RSS Feed Titles are Too Short

  • 2 antwoorde
  • 2 hierdie probleem
  • 4 views
  • Laaste antwoord deur pyrignis

more options

We use RSS feeds a lot, but they are limited to 44 characters; most RSS titles are longer than that. Where can I change the length?

We use RSS feeds a lot, but they are limited to 44 characters; most RSS titles are longer than that. Where can I change the length?

All Replies (2)

more options

Add code to userChrome.css below the @namespace line.
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* only needed once */
See http://kb.mozillazine.org/Editing_configuration#How_to_edit_configuration_files

.bookmark-item[livemark] .bookmark-item {max-width: none !important}

Gewysig op deur cor-el

more options

I have learned how to do the trick with the user chrome but a lot of people complain about it, especially in the french version where 90% of the titles of the "what's new" default RSS feed on the personal bar, are longer than the maximum allowed, making the RSS feed unusable.