Comments 3pantone183838 started the conversationApril 29, 2019 at 8:52amI 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.[deleted] repliedApril 30, 2019 at 6:41amHi, 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 Sign in to reply ...
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:
Have a great day