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 using your centered (horizontal) menu, in Chrome and Internet Explorer it works fine, however in Firefox it doesn't work so fine - the name of the pages don't stay in line and the search field works in a strange way when we insert the word in the field - please see the images.
Thanks and regards,
Tiago
Hi Tiago,
Please add this CSS and it will fix your issue:
.main-header.menu-type-full-bg-menu .full-screen-menu.menu-horizontally-center nav ul.menu > li {
display: table-cell;
float: none;
padding: 0 20px;
}
.main-header.menu-type-full-bg-menu .full-screen-menu.menu-horizontally-center nav {
margin-left: -60px;
}
.main-header.menu-type-full-bg-menu .full-screen-menu.menu-horizontally-center nav .search-form .search-field + label {
white-space: nowrap;
}
Hi Arlind,
Thanks a lot, it works! I added it to the Custom CSS in the field "/* Laborator Custom Code :START */".
Regards,
Tiago
Hi Tiago,
I'm glad to hear that :)
Will set this ticket as solved from here.
P.S: If you like our theme, it would help us a lot if you could give us five star rating on themeforest from your Downloads tab, (if you don't know how, just open this link).
A huge thank you from Laborator in advance!