treehouse : what would you like to learn today?
Web Design Web Development iOS Development

[Solved] RSS Feed Too Big

  • Hey Guys,
    I have this RSS Feed that lists products from another site. That's nice and all but each item is full page width and wasting a lot of space. How do I get it them smaller? There are 50 products listed, which my boss wants, but I need to be able to fit something like 3 or 4 across the page so the customer doesn't have to scroll down forever. Any hints?
  • Try giving .productDesc a width
  • That did make the boxes smaller but I don't know how to get the boxes to line up next to each other. They keep going in a straight line down the page. Does anyone know how to change that?
  • Actually adding float: right; seems to have worked. Thanks