Hello @Patrick Ernzer,
Thanks for quoting me on this topic of my Game On theme.
The best bet for this is to shrink the logo a lot more so it will look clean and not causing problems with the nav, search, and user nav.
Add this CSS code to your custom.css file on the "CSS" tab when you editing the theme:
/* Logo */
#elLogo img {
max-width: 300px;
}
/* Nav & User nav */
#ipsLayout_header nav,
#elUserNav.cSignedOut {
margin-top: 30px;
}
You can change '300' to your own requirement that fits your community. I've also put margin-top to make the nav and user nav aligned with the logo.
Sincerely,
ThemeTree