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! I'm trying to centralize main menu between logo and cart item.
I almost reached that using margin css but it didn't work so well.
.nav-container-main-menu { margin-right: 600px;
Any suggestion on how to that?
Thank you so much
Hi Fernando,
Could you please let us know what you want to achieve using a screenshot or any sketch so I do know exactly how I can help you. Do you want to make the logo centered or to align the items vertically? If you could provide more information that would be better.
Best regards,
Laborator Team
Hi! I'm attaching a screenshot of what I'm trying to achieve.
Basically trying to centralize main menu and mantain logo and cart icon at the same position.
Thank you
Hi again,
Can you try adding this CSS to Custom CSS > Responsive > Large textarea:
.header-block__item.header-block__item--type-menu-main-menu.header-block__item--standard-menu-container { margin-right: 300px; }Best regards,
Laborator Team