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 need to hide single post sidebar, help me please.
Hi there,
To hide the sidebar only on single posts, add this CSS to Custom CSS:
.single-post .sidebar { display: none; }Best regards,
Laborator Team
It didn't work, there is a col-lg-3 taking space
Hi Johan,
Please add this code below to your Custom CSS area:
body.single-post .col-lg-3 { display: none; } body.single-post .col-lg-9 { width: 100%; }Now it should work
Have a nice day!
Best regards,
Laborator Team
It works now thanks