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?
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