Hey everyone - im trying to render the ion-content so that it starts at the top of my page. I don’t have a header and there’s a lot of wasted space causing the user to scroll unnecessarily. I removed the ion-header tags and it didn’t seem to change anything…
<ion-header>
</ion-header
<ion-content padding>
<p>CONTENT HERE</p>
</ion-content>
Well I hoped and when I did a bulk removal of the and and re-built and ran my app it would move the content up but I had no such luck (it renders as though I have a few line break tags at the beginning of my content).
Is there something I need to add to my tag to have my text start at the very top of the page, just below the nav bar? I want to maximize usable space without requiring the user to scroll up and down.
Thanks!
Edit: Here’s what the default page looks like when it loads:
And here’s what I want it to look like (shifted up):