• Resolved michalrama

    (@michalrama)


    Hello,

    Great plugin, but all cells have max-width: 60%.

    This can only be solved with CSS. However, how do I set this for all fields? If I enter the ID of the <input> element

    input#wpforms-459-field_2 {
        max-width: 100%;
    }

    it works, but I have to do it separately for each one.

    I don’t know the correct class to use to do this for all fields. I want it to have an effect on only one form and not all.

    Please help

    Thank you

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

    Could you please share the form URL with us and point us to the exact form field that you are referring to?

    You can set your fields to full-width by form settings as well. You just need to set the Field Size setting to Large for the field you want to increase the size. Please see this guide.

    Thanks,

    Thread Starter michalrama

    (@michalrama)

    Hello,

    Yes, this is exactly what I wanted.

    Thank you very much and have a nice day.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to change the maximum width of all fields?’ is closed to new replies.