Title displayed differently on Android and iOS

Code of my bar:

<ion-nav-title>
        <div class="title page-title" >
            <div class="title text-center ">Title</div>
        </div>
</ion-nav-title>

<ion-nav-buttons side="right">
    <button  class="button button-icon ion-android-close" style="color: #33cd5f" ng-click="someFunction()"></button>
</ion-nav-buttons>

So, it looks like on screen:

So, in Android Title is moved to the left. But in iOS its ok. Its automatically added some differents styles, when i look on it in chrome:
iOS:


Android:

I dont know how this styles added and why they are different.
How can i fix it?

This is a feature to respect each platform guidelines, search the forum, this has been covered many times with a setting to force same behavior.