Author Topic: [Solved] How can I increase the number of characters in RSS feed title?  (Read 801 times)

sonservant

  • Newbie
  • *
  • Posts: 6
    • View Profile
Hi,
I'm using AJAX Scroller to display an RSS feed. Many of the feeds have long titles that are truncated.
I would like to include the entire title and wrap the text within the title div.
The site is at http://www.transformingit.org/stage0/ and the module currently visible on all pages other than home in the sidebar.
Thanks,
Herb
« Last Edit: 10 October 2011, 03:39 by sonservant »

Saka

  • Administrator
  • Hero Member
  • *****
  • Posts: 2,495
    • View Profile
    • Sakic.Net
Re: How can I increase the number of characters in RSS feed title?
« Reply #1 on: 10 October 2011, 00:50 »
http://www.transformingit.org/stage0/modules/mod_ajaxscroller/mod_ajaxscroller/style115.css

You have module inside div width set to:
width: 940px;

Decrease it to some normal width, like 190px and the titles will be wrapped inside.

sonservant

  • Newbie
  • *
  • Posts: 6
    • View Profile
Re: How can I increase the number of characters in RSS feed title?
« Reply #2 on: 10 October 2011, 03:39 »
Thanks for the help Saka. I had used this module ID when I was trying it our for an article scroller that was full page width and missed that when I converted it over for the RSS scroller.
Appreciate the help.