Can I change the height of the header in the Documentation Theme for Confluence (download) 4.2.8? It's too "tall"

Andrew Drury
Contributor
October 18, 2012

Can I change the height of the header in the Documentation Theme for Confluence (download) 4.2.8? It's too "tall"

5 answers

1 accepted

0 votes
Answer accepted
RianA
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
October 18, 2012

Not really sure on which header that you meant. I guess it should be feasible through Custom CSS.

0 votes
Andrew Drury
Contributor
October 24, 2012

Thanks Rian - I'll try that tomorrow (in meetings rest of today), and will let you know how I do. Thx again.

0 votes
RianA
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
October 24, 2012

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;  
}

0 votes
Andrew Drury
Contributor
October 24, 2012

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

0 votes
Andrew Drury
Contributor
October 20, 2012

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.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events