Bob Fludder
Posts: 0
Joined: Fri Sep 14, 2012 1:09 am

Buttons changing size

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 ?

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

Buttons changing size

Hello! Could you send us a screenshot?

Bob Fludder
Posts: 0
Joined: Fri Sep 14, 2012 1:09 am

Buttons changing size

Hope this works

Image Image

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

Buttons changing size

Thank you! We'll fix it.

Bob Fludder
Posts: 0
Joined: Fri Sep 14, 2012 1:09 am

Buttons changing size

That would be great. Thank you

Bob Fludder
Posts: 0
Joined: Fri Sep 14, 2012 1:09 am

Buttons changing size

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

maxkatz
Posts: 0
Joined: Fri Aug 13, 2010 3:24 pm

Buttons changing size

Working on it...

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

Buttons changing size

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.

maxkatz
Posts: 0
Joined: Fri Aug 13, 2010 3:24 pm

Buttons changing size

This should be now fixed.

Return to “Issues”