• Hi, how can I adjust the text area field? Already tried adding

    textarea.gwolle_gb_content {
    height: 100px;
    }

    also tried

    .gwolle-gb div.input textarea {
    height: 100px;
    }

    but none of them work. It always comes back to the 150px height.

    many thanks

Viewing 1 replies (of 1 total)
  • Plugin Author Marcel Pol

    (@mpol)

    Hi,
    With this kind of thing it can be good to use the min- and max- CSS like this:

    .gwolle-gb div.input textarea {
        max-height: 100px;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Adjust text area field’ is closed to new replies.