html - ion-nav-title with image left justified and text center justified -


my apologies in advance may simple css question. have in title, logo left justified , view title center justified. code looks following:

 <ion-nav-title>     <img align="left" src='img/my_logo2.png'>     <span>home</span> </ion-nav-title> 

i text in span centered horizontally in header, right right of center. i've tried setting text-align , playing margins in style.css file, haven't had luck. apologies again, because i'm sure i'm doing silly. thanks!! jt


Comments

Popular posts from this blog

toolbar - How to add link to user registration inside toobar in admin joomla 3 custom component -

linux - disk space limitation when creating war file -