Viewing 1 replies (of 1 total)
  • Plugin Author Jeremy Herve

    (@jeherve)

    Jetpack Mechanic 🚀

    You can customize the look of every element on your site with CSS.

    You can add that custom CSS to your theme stylesheet or to your custom CSS editor available under Appearance > Edit CSS in your dashboard.

    You’ll need to adjust the CSS to fir your needs, but here is an example of CSS you could use to have a narrower, longer text area:

    .contact-form textarea {
        width: 50%;
        height: 400px;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Contact Form – How to resize Comment Box?’ is closed to new replies.