Date Field cutting off

Hello,
The Date inputs on our Registration form is cutting off a few of the numbers. They will still contain the values entered however not all numbers are displayed.
image

Can you share a link to the page on your site where we can see your form? There is some padding being added to your inputs probably by your theme. We’ll need to see the form online in order to help you with the CSS to override that.

Sure, here is the link to the page:https://www.personaleuphoria.com/register-2
Thank you for reaching out.

Hello. You can add this CSS to your theme (or child theme) stylesheet or via the Appearance Customizer (Appearance > Customize > Additional CSS) to make room for those date inputs:

body .gform_legacy_markup_wrapper div.ginput_container_date input {
	padding-right: 5px!important;
	padding-left: 5px!important;
}

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