• Resolved planners

    (@planners)


    Hi everyone,

    Is it possible to make the height/padding of my input field to be the same as my calculation field? here is a picture!

    With custom CSS?

    Below is an image of the problem. Thanks in advance~!!

    https://ibb.co/bmbWFcb

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

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

    (@wpmudev-support9)

    Hi @planners,

    Thank you for contacting us.

    You can certainly get this done with some custom CSS. Please add this in your form’s custom CSS section found in appearance or in your WordPress dashboard > appearance > custom CSS area:

    #forminator-module-2874 input#forminator-field-number-1 {
        height: 63px; 
    }

    In case the height is not enforced, add !important to it e.g. “height:63px!important;”

    Best,
    Jonathan S

    Thread Starter planners

    (@planners)

    Hi Jonathan!

    Thank you so much! That solved it!! Thanks!!

    Plugin Support Patrick – WPMU DEV Support

    (@wpmudevsupport12)

    Hi @planners

    I hope you are doing well.

    We are happy to hear it is working now, we are marking this ticket as resolved, feel free to ping us any time you need.

    Best Regards
    Patrick Freitas

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Input Field padding or height?’ is closed to new replies.