• Resolved jtanovan

    (@jtanovan)


    Hello,

    How can i change the high of the textarea (comment)? It’s too high.

    (The form was created with contact-form-7)

    thanks

Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author WebbaPlugins

    (@webba-agency)

    Hello,

    I’ll be happy to help.

    To reduce height of the comment field, please open Appearance* – Customize – Additional CSS and add the following code:

    textarea.wbk-input.input-textarea-w {
    height: 110px !important;
    }

    * please, open Appearance page in WordPress menu (not in Webba menu)

    Before trying you need to clear the cache in your browser.

    If you have any questions, please let me know.

    Thread Starter jtanovan

    (@jtanovan)

    I put the code, and delete the cache in my browser but it’s the same (i tried to put “50px” and it doesn’t change).

    (to see : Capture)

    Plugin Author WebbaPlugins

    (@webba-agency)

    Please, share the URL of the page with booking form.

    Thread Starter jtanovan

    (@jtanovan)

    Plugin Author WebbaPlugins

    (@webba-agency)

    Try this code instead:

    .wbk-textarea {
    height: 50px !important;
    min-height: 50px !important;
    }

    Thread Starter jtanovan

    (@jtanovan)

    Thanks ! it’s now ok ??

    Plugin Author WebbaPlugins

    (@webba-agency)

    Great:)

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Change high on textarea’ is closed to new replies.