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!
Can you provide the CSS code to center the header logo an the standard menu just below the logo?
Thanks a lot!
Cheers
Hi Victor,
Sure, here you have custom CSS for this:
header.main-header .logo-and-menu-container {
display: block;
}
header.main-header .logo-and-menu-container .logo-column,
header.main-header .logo-and-menu-container .menu-column {
display: block;
text-align: center;
width: 100%;
}
.header-logo.logo-image {
display: inline-block;
margin-bottom: 20px;
}
header.main-header .logo-and-menu-container .menu-column > div {
text-align: center;
}
The result should be:
(view large version)
I hope it will work for you too.
Thanks a lot Arlind! It worked perfectly!
Thats great!
Have a great day there.