In the following image the ion-title painting is not properly aligned at the center,How to align at the exact center
home.html
<ion-header>
<ion-navbar>
<ion-title> <p align="center" style="color:white;">{{service.name}}</p>
</ion-title>
</ion-navbar>
</ion-header>
