Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author codepeople

    (@codepeople)

    Hi,

    If you want increase the size of the edit label field, you only should modify the “large” class in the style.css file, located in “/wp-content/plugins/calculated-fields-form/css/style.css”

    For example:

    .large{width:100%;box-sizing: border-box;-webkit-box-sizing:border-box;-moz-box-sizing: border-box;height:50px;}

    Best regards.

    Thread Starter rwilki

    (@rwilki)

    Hi thanks for the tip. I actually added some padding and resize:both; to the .large class and it’s perfect for my needs. Now I can expand all the large textarea fields if necessary.

    Thanks so much!
    Bob

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Drag Instructional Text "Label field" wider’ is closed to new replies.