Page 3 of 3

vertical align grid using css

Posted: Mon May 12, 2014 5:28 pm
by Mike6580064

Katya,

I'm sorry but I wasn't asking the right question. My actual goal would be to have a fluid grid that scales to fill the screen both vertically AND horizontally regardless of display size (as in the thread below). I have tried the suggestions there but cannot get it to work properly.

https://getsatisfaction.com/apperyio/...


vertical align grid using css

Posted: Mon May 12, 2014 8:32 pm
by Mike6580064

Correction: It IS working on a device but not the platform tester.


vertical align grid using css

Posted: Tue May 13, 2014 5:27 am
by Maryna Brodina

Hello!

Could you clarify on platform tester you mean test in browser or Appery.io mobile tester app?


vertical align grid using css

Posted: Tue May 13, 2014 2:43 pm
by Mike6580064

It wasn't working when testing in my browser (IE) but was on the Appery app.


vertical align grid using css

Posted: Tue May 13, 2014 6:02 pm
by Maryna Brodina

Could you clarify IE version?


vertical align grid using css

Posted: Tue May 13, 2014 6:11 pm
by Mike6580064

IE 11.0.9600.17105


vertical align grid using css

Posted: Wed May 14, 2014 1:27 pm
by Maryna Brodina

Hello Mike!

Could you confirm if it works in any other browser except IE?
Please let us know result.


vertical align grid using css

Posted: Wed May 14, 2014 1:58 pm
by Mike6580064

It didn't work in Chrome 34.0.1847.131


vertical align grid using css

Posted: Thu May 15, 2014 8:10 am
by Kateryna Grynko

Hi Mike,

If you need components to fit the screen you should not use Grid 3x3, you can use Grid 1x3 (one column). To make sure it will be stretched, you can add borders:pre[name=mobilegridhome] td{
border: 1px solid red;
}/pre


vertical align grid using css

Posted: Thu May 15, 2014 12:19 pm
by Mike6580064

Thank you