Hey Ariell,
We are sorry for the confusion. When I opened your site, I am seeing this modal which also has the same issue.
All I know is that this modal is coming from a 3rd party plugin. After investigating the issue closely, I found out that you have added a custom CSS in Pro > Theme Options > Custom CSS:
input {
border-style: solid;
border-width: 1px;
border-color: #F23D4F;
margin-bottom: 10px;
padding: 8px 10px;
width: 300px;
background-color: #FFFFFF;
color: #000;
font-size: 10px;
}
The width: 300px;
is the cause of your issue. Please have it updated and reduce the width to at least 250 or a width that is decent enough for your form layout. As an alternative, you may remove the width: 300px;
completely instead.
Best Regards.