Hi there,
I am including Salesforce Web to lead forms in my website and I wondered if there is any custom css code I could add to give these forms the same styling as the Contact Form 7 web forms.
The forms can be seen on this page in the 'Make an enquiry' tab:
http://consultancy-hub.com/dev/professional-network/sole-trader-and-limited-company-setup/Also see screenshot.
Any help you can give would be much appreciated.
Thanks
Amy
Comments
I see you have some dirty HTML there(not closed
"or other important stuff).Anyway you can try such CSS:
.wpb_content_element label{With regards.display: block;
margin-top: 15px;
}
.wpb_content_element input[type="submit"]{With regards.margin-top: 15px;
}