How to change navbar height?
Posted: Wed May 13, 2015 9:16 pm
How to change navbar height?
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/
How to change navbar height?
Hi Jaspal,
Here is a solution to change navbar height:
Create new CSS asset.
Populate it with following CSS code:
pre
/* where "mobilefooter" is your footer component name */
[name="mobilefooter"] .ui-btn-icon-top{
padding-top: 4em;
}
/pre
Regards.
Thanks it's working ![]()