Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1033543

    Hi there,

    For my Gravity Forms I want to adjust the width of the fields, because with Enfold the fields are automatically full width no matter the size you choose. But I want to exclude some fields, because it looks kind of weird, but I can’t get it done. Could you help with this?

    In Quick CSS I put the following the adjust the field width:
    #top input[type=”text”], #top input[type=”input”], #top input[type=”email”], #top input[type=”number”], #top input[type=”url”], #top input[type=”tel”], #top input[type=”search”], #top select {
    width: 400px;
    }

    #top textarea {
    width: 550px;
    }

    Now I want to exclude the date field (date of birth) and the address field (from this standard width, because it looks weird (see link to page). I just want them to have the default width.

    #1034128

    Hey Eric,

    Best regards,
    Victoria

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.