I need to fix the alignment of an embedded iframe form assembly form into my Squarespace site.
The form assembly style has too much top and left padding and margin so the form is unable to embed inline with site style:
I am able to get the desired effect by editing the css in the browser like below:
.wFormContainer .wForm form {
padding: 0 !important;
}
.wFormContainer .wForm {
padding: 0 !important;
margin-top: 0 !important; }
.wFormContainer .wFormHeader {
height: 0;
margin: 0;
However, when I try to make these changes in the form assembly custom code editor the changes do not reflect.
Can I make these changes on my Squarespace site?
Any tips are welcome.
The dev site can be viewed here https://www.thepush.com.au/freeza-2 Password is "showme"