Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Greg Winiarski

    (@gwin)

    I will add this in one of next WPAdverts updates, right now you can set the textarea width and height using CSS, something like this should work

    
    .adverts-form textarea[name=field_name] {
        width: 200px;
        height: 400px;
    }
    

    It is recommended to use a plugin like “Custom CSS” for this.

    Thread Starter Marco Almeida | Webdados

    (@webdados)

    Thanks Greg,

    This should really be a parameter set by the API. Glad you’re going to add it.

    Tanckom: You can use “Custom CSS”, but I would just add it on your child theme CSS file. You are using a child theme, right?

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Forms API] rows on adverts_field_textarea plain-text’ is closed to new replies.