You just need to override the default ion input style. You can achieve this by adding the following lines to styles.css :
.bar-header { height: 70px; }
To vertically align the page title, also add this:
.bar-header .title { line-height: 70px; }
And finally, customize the content of the page:
.has-header { top: 70px; }
source share