Replies: 1
I’m trying to set the size of the forminator for to 200px x 300px. I tried using the custom css under appearance for the form and clicked the form button. pasted this and it didn’t work. Any suggestions?
.forminator-form {
width: 500px;
height: 300px;
}