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,
How can I get the header logo centralised to the middle of the screen?
I'm not sure if I'm missing a theme option or its not a standard setting.
I want to use this with a hamburger on the right to reveal a slide out menu.
Thanks,
Nick.
Hi Nick,
For the moment Kalium doesn't offer centered header layout but you can achieve that by adding the code below to your Custom CSS area:
@media screen and (min-width: 768px) { .logo-column { display: block; width: 100%; } .header-logo.logo-image { margin-left: auto !important; margin-right: auto !important; } .standard-menu-container>nav { margin-left: auto; margin-right: auto; margin-top:20px; } .pt-column.pt-filters { margin: auto; } }It should look like this:
(view on a new page)
Have a nice day!