• Resolved uokh

    (@uokh)


    Hello, is it possible to resize the contact form, make it more compact? If this can be done, how?

    With respect

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

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

    By making the form more compact, do you mean changing its width? If so, you should be able to do that with a bit of custom CSS. Kindly add the code below to your site:

    #wpforms-879 .wpforms-form {
        max-width: 500px;
    }
    

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

    Hope this helps!

    Hi @uokh,

    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 ‘Contact form size’ is closed to new replies.