Important:
This support area is for Kalium 3 users only.
Support for Kalium 4 has moved to our new platform at support.laborator.co.
If you’re using Kalium 4, please create a new account there using your email and license key. A password will be sent to you automatically.
Hi, uploading a PNG the site home page, the menu gets pushed down, thanks
Hi, an update on this, it's actually keeping the site brand text for all pages except the front page where we will have the logo. Uploading the logo to front page only doesn't allow controlling logo width on the mobile version.
Hi there,
I could not understand your question but if you want to change the size of the logo for the homepage only then add this CSS to the Custom CSS of your homepage:
@media screen and (max-width: 768px) { .logo-image { width: 40px; height: 40px; } }Best regards,
Laborator Team
Hi, keep the desktop homepage logo as is, but make the mobile version smaller.
Then use the code which I provided in my previous reply.
Best regards,
Laborator Team
Thanks, worked a treat.