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

My apologies in advance for what may be a simple css question. I have an where in the title, I would like the logo left justified and the view title center justified. The code looks like the following:

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

I would like the text in the span centered horizontally in the header, but right now it is slightly to the right of center. I've tried setting text-align and playing with the margins in the style.css file, but I haven't had any luck. My apologies again, because I'm sure I'm doing something silly. Thanks!! JT