The horizontal equivalent of the Feed design, xFeed paginates automatically and uses a liquid project width for visual consistency and flexibility when laying out posts of varying sizes.
xFeed was based on a design by Nicholas McQueen, who uses it for Elastic Novice.
This design has no set project width so that posts of varying widths line up consistently. In order to prevent your text paragraphs from stretching too wide, wrap them in paragraph tags like this:
<p>text goes here</p>
You can change the paragraph width in the "p" class in your CSS:
p {
margin: 0;
width: 400px;
}