Replies: 0
Hi – I’m having issues with the right margin of the form exceeding its parameters (namely the modern file upload) on desktop. If I add the below code, it creates issues with mobile margin. Is there a better approach?
.wpforms-container form {
padding-left: 20px;
padding-right: 220px;
}