Hello! I can’t figure out how to put a message in the middle of the screen using the new grid system.
With the snippet below, my text is on the top and is horizontal centered but not vertically centered, i tried to play with the columns but can’t fix it.
Do you mean vertically centered in the ion-content? The grid by default won’t take up the full height of the content. You can add height: 100% to achieve this:
Hi Brandy, for some reason the screen seems to be able to be scrolled a very bit with this solution. Is there a way to avoid this so the screen is fixed while the text is in the middle? In my case I’m using a spinner.