Tagged: CONTACT FORM
Hi, how do I center the contact form? I’d like to see the button and response text in the center.
Hi maxosbon!
Thank you for using Enfold.
What do you mean by “response text”? A screenshot of the page with the centered contact form will help.
Regards,
Ismael
On OsbonCapital.com on the “contact form” in the middle of the home page.
I’d like to center the “Ask” button. When you type in some text and click “Ask” the response text reads, “Your message has been sent!”. I guess this is actually called the Message Sent Label.
Thanks!
Hi!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.page-id-1117 p.form_element:nth-child(4) { width: 100%; text-align: center; }
h3.avia-form-success { text-align: center; }
Best regards,
Yigit
That worked! Thanks!