[Solved] How can I increase the number of characters in RSS feed title?
- sonservant
- Topic Author
- Offline
- New Member
Less
More
- Thank you received: 0
13 years 1 month ago - 13 years 1 month ago #6325
by sonservant
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 www.transformingit.org/stage0/ and the module currently visible on all pages other than home in the sidebar.
Thanks,
Herb
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 www.transformingit.org/stage0/ and the module currently visible on all pages other than home in the sidebar.
Thanks,
Herb
Last Edit: 13 years 1 month ago by sonservant.
Please Log in or Create an account to join the conversation.
- Saka
- Offline
- Administrator
13 years 1 month ago #6327
by Saka
Emir Sakic
www.sakic.net
www.transformingit.org/stage0/modules/mo...croller/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.
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.
Emir Sakic
www.sakic.net
Please Log in or Create an account to join the conversation.
- sonservant
- Topic Author
- Offline
- New Member
Less
More
- Thank you received: 0
13 years 1 month ago #6328
by sonservant
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.
Appreciate the help.
Please Log in or Create an account to join the conversation.