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 do you change the height of your homepage standard menu?
If it can be done only by custom CSS for that page, what is the code to add into the Custom CSS?
Thanks.
Hi there,
You can increase the hight of Menu by adding the padding for top/bottom, please consider reading the article we wrote about Header Settings.
Thank you.
Worked perfectly. Thanks!
Hi Eroll,
Just one more question about this. How could I alter it only for the homepage?
Hi bodhiwellness,
Each page has section called Page Parameters and Option, you can find sub section Custom CSS, please paste the code below in Custom CSS Section.
.header.main-header { padding:40px 0; }Thank you.