header font size
Posted: Sun Sep 15, 2013 11:29 am
Where do I change the CSS to reduce a header front size so that the text is not truncated?
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/
Where do I change the CSS to reduce a header front size so that the text is not truncated?
Hello! Are you using standard theme?
You can look here it may help you.
And can you also provide a screenshot?
Hi Douglas,
You can change header styles, for example:
code.ui-title{
text-overflow: clip;
width: 100%;
margin-left: 0;
text-align: center;
}/code