Show all Header Text...
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
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 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