Page 1 of 1

How do I align a grid to the bottom of the device screen?

Posted: Fri Nov 07, 2014 6:07 pm
by Bryan Morrow

I have a 2X3 grid, width set to 100%. I'd like this part of my app to always be at the bottom of the screen. I've tried to apply a few examples I found, but the latest builds appear to changed things around and I'm unsure how to apply a css class name to a component now. Regardless, any help with aligning would be helpful. Thank you.


How do I align a grid to the bottom of the device screen?

Posted: Fri Nov 07, 2014 7:41 pm
by Maryna Brodina

Hello!

Please add the following CSS:

pre[data-wrapper-for=mobilegridName]{
position: absolute;
bottom: 41px;
}/prewhere mobilegridName - grid name
bottom: 41px; - indent with footer size.