Okay
  Public Ticket #1992019
I want to set the width of the text box to 940.
Closed

Comments

  •  3
    pantone183838 started the conversation

    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.

  • [deleted] replied

    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 daysmile.png