Page 1 of 1

header font size

Posted: Sun Sep 15, 2013 11:29 am
by Douglas McVarish

Where do I change the CSS to reduce a header front size so that the text is not truncated?


header font size

Posted: Sun Sep 15, 2013 12:39 pm
by Illya Stepanov

Hello! Are you using standard theme?


header font size

Posted: Sun Sep 15, 2013 5:04 pm
by Illya Stepanov

You can look here it may help you.

And can you also provide a screenshot?


header font size

Posted: Mon Sep 16, 2013 6:49 am
by Kateryna Grynko

Hi Douglas,

You can change header styles, for example:
code.ui-title{
text-overflow: clip;
width: 100%;
margin-left: 0;
text-align: center;
}/code