Viewing 3 replies - 1 through 3 (of 3 total)
  • it will look awfull if you strech the content to fill that space what you can do is center the content.

    try

    .col-sm-8 {
    width: 80% !important;
    }

    if you don’t like it you can also try

    .col-sm-8 {
    width: 100% !important;
    }

    this one looks waaaay better

    this will center the content instead of stretching it

    Thread Starter gebje

    (@gebje)

    I like it thanks a lot again, you’re the best ;D

    Glad to hear it again! haha.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to make "Text area" bigger – Venture Lite’ is closed to new replies.