Can I change the height of the header in the Documentation Theme for Confluence (download) 4.2.8? It's too "tall"
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.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.