Reputation: 174696
I have to make ionic header image and the text to appear on the same line but the text was placed little bit lower than the image.
<ion-header-bar class="bar-positive" align-title="center">
<h1 class="title" >
<img class="title-image" src="http://www.fnordware.com/superpng/pngtest16rgba.png" height="80%" />
<span>App Project</span>
</h1>
</ion-header-bar>
Upvotes: 1
Views: 1092