How to reduce gap betweenthe fields for contact form?
This topic has 6 replies, 3 voices, and was last updated 9 years, 1 months ago ago by Robert Hall
How to reduce gap betweenthe fields for contact form?
Hello,
Please show a page where contact form is added.
Regards,
Eva Kemp.
Hi,
it’s the homepage.
Please refer to private content
Hello,
Please add this code in Global Custom CSS:
.wpcf7-form p {
margin-bottom: 2px !important;
}
Regards,
Eva Kemp.
Hi,
How to change the label of the submit button to capitalize?
Hello,
Please add this code in Global Custom CSS.
.wpcf7-form input{
text-transform: capitalize;
}
Regards,
Robert Hall
You must be logged in to reply to this topic.Log in/Sign up