Two column description list

Hi,
I’m trying to implement a two columns description list like the bootstrap’s one (see Horizontal description here : http://getbootstrap.com/css/#type-lists)
Is there an easy way to do it with ionic ?
Basically, I want a list view, and in each item, I want a bold title on the left and the description (can be text or image) on the right.

EDIT : I used <h2> + <p> in a <div class="item"> and it’s fine. :slight_smile:

Glad to see you got this resolved. Would you mind positing a codepen or sample of the css? It can be a great resource for others who are looking for the same thing

No problem !
Here is the sample : http://codepen.io/jgx/pen/DwoBA/

Link is broken. Kindly update, if possible.