Bryan Morrow
Posts: 0
Joined: Wed Aug 27, 2014 1:05 pm

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

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.

Maryna Brodina
Posts: 0
Joined: Thu Apr 05, 2012 7:27 am

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

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.

Return to “Issues”