• Resolved d7omepro

    (@d7omepro)


    Hi,

    I want to reduce the height of the paragraph field on this page.
    I want the height to be 100px.

    How can I fix that?

    Thanks.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi @d7omepro,

    It looks like there could be a styling conflict between the site theme and the forms. To fix this, please try the following custom CSS snippet:

    .area div.wpforms-container-full .wpforms-form textarea.wpforms-field-large{
    height: 100px !important;
    }

    And in case it helps, here’s a tutorial on how to add custom CSS like this to your site.

    Hope this helps!

    Hi @d7omepro

    We haven’t heard back from you in about a week, so I’m going to go ahead and close this thread for now. But if you’d like us to assist further, please feel welcome to continue the conversation.

    Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘I want to reduce the height of paragraph field’ is closed to new replies.