Can I change the height of the header in the Documentation Theme for Confluence (download) 4.2.8? It's too "tall"
Community moderators have prevented the ability to post new answers.
Not really sure on which header that you meant. I guess it should be feasible through Custom CSS.
Thanks Rian - I'll try that tomorrow (in meetings rest of today), and will let you know how I do. Thx again.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Right, for the heading text you could put the following css.
.wiki-content h1
{ font-size:1.5em;
}
For header menu you can put the following code
#header {
min-height: 0;
line-height: 1.7;
}
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks Rian.
Sorry if I should be more specific about which header, but there only seems to be one in that Theme.
Before I start ploughing through CSS (which is unfamiliar to me), does anyone know whether CSS is my answer - Rian seems uncertain. Thanks
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks Rian.
Sorry if I should be more specific about which header, but there only seems to be one in that Theme.
Before I start ploughing through CSS (which is unfamiliar to me), does anyone know whether CSS is my answer - Rian seems uncertain. Thanks.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Community moderators have prevented the ability to post new answers.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.