Good morning,
I´ve noticed that the general site logo inside a confluence wiki cannot be higher than 48px. For our company logo this is just too small and I want make it a bit higher/bigger. In best case I want to be free to change it in every height I want per CSS. So is there any solution or easy workaround to make this possible for me?
We are using the Refined Theme. But the maximum logo height is required by the confluence global administration panel and not within the theme configuration. So I think another theme will not change anything.
Thank you for help.
Best regards
Simon
Glad you solved it Simon
Hi Simon,
You can try to do this with some custom CSS
.aui-header .aui-header-logo img {
max-height: 30px;
}
Refined Wiki have instructions for how to add custom CSS when using their theme https://docs.refinedwiki.com/display/FAQ/Style+the+theme+with+custom+CSS
Sharon
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Sharon,
thank you a lot for your answer.
I recognized too that there is a possibility to change custom css and I´ve already tried but it didn´t work. So I needed a bit of time to understand that there is a global theme for the whole intranet and just a complete other "category theme" inside the category I am working in to change the logo style. Changing the global custom css doesn´t change something on a special category theme. It only affects to the global theme.
After a while I´ve seen that the changes are already working in the main theme so first of all I had to change the category theme back to the global theme and now I can use some custom css to style it.
Problem solved!
Have a nice day :)
Simon
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Simon,
Is there any chance you can run me through how you set managed to do this? I'm a bit confused and don't have much knowledge with CCS.
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.