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.
What custom CSS do I need to reduce the space between the menu items?
Same thing with the portfolio-category-item in the filter of the portfolio.
I would like them to be close to one another.
Thank you!
Hi danielrueda,
Can you please add the code below to Custom CSS:
.main-header.menu-type-standard-menu .standard-menu-container div.menu>ul>li+li, .main-header.menu-type-standard-menu .standard-menu-container ul.menu>li+li { margin-left: 30px !important; } .product-filter ul li { margin-left: 25px !important; }