Adjust text box width and character limit in matrix

  • usmleny
    Asked on March 3, 2015 at 1:04 PM

    i set up a matrix and have 8 rows i would like each row to be be around 80 characters wide and also have and 80 charterer limit per row. .  is this possible. 

     

    when i say 80 characters i mean i want to see it that wide on the screen 

  • Sean
    Replied on March 3, 2015 at 2:27 PM

    I believe you are referring to this field?

    Adjust text box width and character limit in matrix Image 1 Screenshot 20

    To adjust the text boxes in this field you can inject this CSS Code below.

    .form-textbox{
    width: 560px;
    }

    I checked the settings for this field but I am not seeing any option for you to limit the amount of characters entered. Sorry to say but you are not able to do this in CSS either. I hope this is the field you are referring to, please let me know if otherwise.


    Thanks