Page 1 of 1

Buttons changing size

Posted: Wed Oct 03, 2012 5:50 am
by Bob Fludder

I put some buttons in a screen footer and used a grid to position and size them. Looks the way I want it in designer but when I test it they change size. Any ideas ?


Buttons changing size

Posted: Wed Oct 03, 2012 11:06 am
by Maryna Brodina

Hello! Could you send us a screenshot?


Buttons changing size

Posted: Wed Oct 03, 2012 11:36 am
by Bob Fludder

Hope this works

Image Image


Buttons changing size

Posted: Wed Oct 03, 2012 11:38 am
by Maryna Brodina

Thank you! We'll fix it.


Buttons changing size

Posted: Wed Oct 03, 2012 11:41 am
by Bob Fludder

That would be great. Thank you


Buttons changing size

Posted: Sun Oct 07, 2012 7:39 am
by Bob Fludder

Just briefly. Whats the status of this fix ? Any idea when ?


Buttons changing size

Posted: Mon Oct 08, 2012 3:27 am
by maxkatz

Working on it...


Buttons changing size

Posted: Mon Oct 08, 2012 2:58 pm
by Maryna Brodina

Hello! Here is a workaround:

create Custom CSS and enter the next code:

html body .ui-footer div[class*="_wrapper"] .ui-btn {
display: block;
}

html .ui-mobile-viewport .ui-footer div[class="mobilebutton"][class="_wrapper"] {
float: none;
}

You'll get this on preview:

Image

I would suggest you to use NavBar component - it provides the same buttons and they fit nicely.


Buttons changing size

Posted: Mon Oct 15, 2012 9:40 pm
by maxkatz

This should be now fixed.