Add spacing in form fields

For some reason some of the words that are in the form fields don’t show all the way. Is there a way to make all of the words show in the form fields so they are readable? https://kennyarnoldfoundation.org/donate-now/
Thank you.

Hi @rkassebaum,

Are you referring to the select list fields? If so, try adding this CSS code in X > Theme Options > CSS:

[id*=give-form].give-fl-form.give-fl-style-give select.give-fl-select {
    height: 3.8em;
}

Hope this helps.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.