Simple Centering Group Buttons
http://appery.io/app/mobile-frame?src...
Log in with username: jane and password: 123
Select the book dhjh from the select menu. Then at the bottom of each collapsible menu there is a button group.
Catch up wih the Appery.io community on our forum. Here you'll find information on the lastest questions and issues Appery.io developers are discussing.
https://forum.appery.io/
http://appery.io/app/mobile-frame?src...
Log in with username: jane and password: 123
Select the book dhjh from the select menu. Then at the bottom of each collapsible menu there is a button group.
Hi Ellen,
You can try following CSS code(needed to be placed inside CSS asset):
pre
[name="mobilegroupedbuttons_403"] .ui-controlgroup-controls {
Code: Select all
margin: 0 auto;
display: block;
width: 275px; }
/pre
Regards.
Unfortunately, that didn't work.
Dear Ellen,
Please debug your code carefully http://devcenter.appery.io/documentat... , as it works for us.
Also you can search online for appropriate solution.
Sorry, but custom code is something outside the scope of standard Appery.io platform support. You may consider purchasing Advisory Pack to get more in-depth help on this question. Here is more information about Advisory Pack (http://appery.io/services/#Advisory_Pack).
Ellen -
You will need to inspect this element using browser DevTools and look for CSS styles applied to this element and correct them the way you need.
I looked and I can confirm that this is no other CSS applied. That is just the size that the component has always been.
Public link:
http://appery.io/app/mobile-frame?src...
It doesn't need to have CSS override or any other CSS, you can modify the applied styles in Dev Tools in real time. Just modify them the way you need or add additional properties if needed.