Just diving into Ionic and I have a quick query that's not covered in the documentation.
Is there a straightforward way to utilize Ionic classes to left-align content currently positioned below an image?
The code snippet I'm working with looks like this:
<ion-item class="item-left item-text-wrap">
<img src="http://placehold.it/100x150" alt="Poster">
<h2>Title</h2>
<h3>Something else</h3>
https://i.sstatic.net/5H75Q.jpg
Appreciate any help!