Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS standardizing space between items Reply To: standardizing space between items

#236607
bearhead
Participant

Here is how I would do it:

http://codepen.io/kvana/pen/WrORqm

I added a yellow background color so you can more easily see the spacing between items.

The second item has a description that overflows the height, so you can see what will happen in that case.

You’ll need to either keep the description length short enough so that the text doesn’t overflow, or you’ll need to add JS that allows the user to view the overflow text in some fashion.