Change default behaviour of header for iOS devices

The default behaviour of the header for iOS is the text-align centre. Is there any overridable variable for changing this default behaviour to left, in ionic 3.

The Title Docs reference the sass variable $toolbar-ios-title-text-align. You should just have to set it to left.

1 Like

Thanks :slight_smile: