How do I change the size of my header or expand it to fit more text?
Posted: Fri May 16, 2014 5:11 pm
I tried to type in "BC Athletic Facilities" as my header and it would only fit "BC Athletic Fa...". Is there any way to fit this in?
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/
I tried to type in "BC Athletic Facilities" as my header and it would only fit "BC Athletic Fa...". Is there any way to fit this in?
Hello Ryan,
You can use this custom CSS:
code.ui-title {
margin-left:auto !important;
margin-right:auto !important;
}/code