Where do I change the CSS to reduce a header front size so that the text is not truncated?
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