Page 1 of 1

Show all Header Text...

Posted: Wed Oct 30, 2013 5:17 am
by Randy Fahrbach

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


Show all Header Text...

Posted: Wed Oct 30, 2013 5:52 am
by Illya Stepanov

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