Page 1 of 1

How do I change the size of my header or expand it to fit more text?

Posted: Fri May 16, 2014 5:11 pm
by Ryan Scales6876135

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?


How do I change the size of my header or expand it to fit more text?

Posted: Fri May 16, 2014 6:00 pm
by Evgene Karachevtsev

Hello Ryan,

You can use this custom CSS:

code.ui-title {
margin-left:auto !important;
margin-right:auto !important;
}/code