Vertical align header text
Posted: Sat Feb 22, 2014 8:23 am
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 Yan,
Header text is vertically aligned by default, but as you have a bar in header it reflects visually not in the middle, you can try using margin:
Something like:
pre.ui-header .ui-title {
margin: 0px 0px -20px 0px;/pre