• Resolved finomozart

    (@finomozart)


    Inspector shows “normal” line-height-20.8px BUT “calculation-1” shows 27.2px. WHY? All lines need to be uniform height. Is this a bug because I made the field shorter? Correctable with custom CSS? Please advise asap. Thanks!

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support Jair – WPMU DEV Support

    (@wpmudevsupport15)

    Hi @finomozart,

    I hope you are doing well today!
    It seems some other CSS on your site conflicting with the code.
    Please try adding the following into your Appearance->Customize->Additional CSS section

    .forminator-input .forminator-calculation {
        line-height: 20.8px !important;
    }

    Kind regards,
    Zafer

    Thread Starter finomozart

    (@finomozart)

    Thanks for your reply. Your CSS works in Fire Fox. It does NOT work in Chrome nor Brave, WHY?

    Thread Starter finomozart

    (@finomozart)

    I found the solution by adding your CSS on the respective pages!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Text Field too high’ is closed to new replies.