How to control size of buttons
Posted: Tue Jan 20, 2015 11:18 pm
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/
Hi Ahmet,
You need to set appropriate css styles for your button component.
solution:
Create new CSS asset.
Populate it with following CSS code:
pre
/* where mobilebutton_243 is your button name */
.ui-btn[name="mobilebutton_243"]{
width: 200px;
height: 50px;
}
/pre
Regards.
Thanks,