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.
How can i adjust the left slide bar width?
how can i adjust the left menu width?
Hi,
If you are compiling Less files then this can be changed in this file:
assets/less/neon-less/variables.less
(view large version)
Otherwise you can apply this CSS:
.page-container .sidebar-menu { width: 300px; }This should work for you.
I change the slide width,it works, but the main content can't take up this space,is it possiable to do it?
Hi,
Is it possible to check the live site so I can see what is the problem there?
Can you see the attachment (I don't know how to add picture here). when i decrease the slide menu width, I want add the main content width, how can I do ?
I am not sure why that gap is present on your side?!
See this video when I add the same CSS in our demo:
http://drops.laborator.co/DGSnzV
It reacts immediately and adapts container width according to sidebar.
Thank you! I found the issus!