Forms with negative margin
-
All my site forms are with negative margin. How can I change this?
usemefit.com.br
Attachments:
You must be
logged in to view attached files.
Hello,
Please use the below custom CSS code and paste it to Theme Settings >> Custom Code >> CSS code section:
.checkout .form-row label {
display: inline;
}
Best Regards
It, works! Tks.
But, there are other forms that are still with negative margins.
The login form too.
Attachments:
You must be
logged in to view attached files.
Hello,
Please use the below custom CSS code and paste it to Theme Settings >> Custom Code >> CSS code section:
form label {
display: inline;
margin: 0px;
}
Best Regards