Aligning the title to the right

html:

<ion-header>

  <ion-navbar>

    <ion-title>
      {{ 'EVENTS_PAGE_TITLE' | translate }}
    </ion-title>

  </ion-navbar>

</ion-header>

scss:

.ios, .md, .wp {

  page-events {

    .toolbar-title {
      text-align: right;
    }

  }

}