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.
How might it be possible to adjust the vertical alignment of my site's logo so it is centered on the Menu prompts? I see where I can (and have) adjusted the Top and Bottom padding, but just need to be able to vertically adjust the logo too. Thanks for your help!
Hi Jim,
Your logo is already vertically aligned, see screenshot:
(view on a new page)
If you want to edit that area you can add a CSS code like this for example:
.header-logo.logo-image { margin-top: -15px; }See example: https://d.pr/v/p7AoJTThanks!