• Resolved Rene Leisibach

    (@rene-leisibach)


    Dear Support.

    On this form the fields show narrow lines.
    As a matter of fact their are one line fields.
    What can be the error?

    Kind regards
    Rene Leisibach

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

Viewing 1 replies (of 1 total)
  • Plugin Author fabianlindfors

    (@fabianlindfors)

    Hi!

    The narrow lines seem to come from this style:

    .acf-input-wrap {
    border-bottom: 2px solid #646464;
    border-bottom-style: solid;
    border-image: none;
    border-style: none none solid;
    padding: 14px 0 0 0;
    }
    

    The padding also seem to cause the inputs to end up in the wrong place, causing the text to be cut off.

    The field labels are also missing because of this style:

    .acf-field .acf-label {
    vertical-align: top;
    margin: 0 0 10px;
    display: none;
    }
    

    Hope this helps!

Viewing 1 replies (of 1 total)
  • The topic ‘Form fields just open, if you click on it’ is closed to new replies.