How do I show the complete header text?
http://appery.io/app/mobile-frame?src...
I want the whole title of
11th Step Meditation to show on the home header page.
Thanks
Randy
How do I show the complete header text?
http://appery.io/app/mobile-frame?src...
I want the whole title of
11th Step Meditation to show on the home header page.
Thanks
Randy
Hi Randy,
The straight approach is to override the left & right margins on the .ui-title class to give some more space, but be careful because the margins are used to make sure the text doesn't interfere with any left & right buttons you have in the header.
pre
.ui-header .ui-title {
margin-right: 5%;
margin-left: 5%;
}
/pre