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.
I want to apply the 960 grid.(https://960.gs/demo.html)
I set the image box to 940 horizontally.
But I do not know how to apply a text box.
I want to set the width of the text box to 940.
Hi,
It seems that you created a double ticket, so I will close your other ticket (#1993301) and reply to this one.
Kalium is based in the Bootstrap, and it uses Bootstrap grid system.
If you want to make your container 940, then please add the code below to your Custom CSS area:
@media (min-width: 1200px) { .container, .content-area { width: 940px; } }Have a great day