Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

JavaScript

Joe Bruno
Joe Bruno
35,909 Points

Float & Wrap JQuery Generated Unordered List Items

Hi All,

I am trying to create a page that has several rss feeds. I have the feeds working - I just need to change the visual presentation. Instead of those feeds being displayed as a list down the page, I would like them to be displayed horizontally, left to right (ever seen the Pulse news app?). Essentially, I need to create a self containing box around each listed item within which the summary text will wrap. I am using the code from the below jquery script. What CSS code do I need to implement to accomplish these purposes?

https://github.com/sdepold/jquery-rss/

1 Answer

Derrick Lee
Derrick Lee
7,743 Points

If you can show me the HTML structure, I would be more than happy to help.