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 ?
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 ?
Hello! Could you send us a screenshot?
Thank you! We'll fix it.
That would be great. Thank you
Just briefly. Whats the status of this fix ? Any idea when ?
Working on it...
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:
I would suggest you to use NavBar component - it provides the same buttons and they fit nicely.
This should be now fixed.