Hi
I have tried to figure out something as simple as centering this small form but nothing seems to work. I have searched high and low for a way to center it on the page.
Any help would be appreciated!!
Hi
I have tried to figure out something as simple as centering this small form but nothing seems to work. I have searched high and low for a way to center it on the page.
Any help would be appreciated!!
You would need to create custom css in your style.css file.
First, give the DIV related to the form a width. Then do align: 0 auto; and then use text-align: center; between those three classes you should get what you want. Let me know if you are still having issues. I can ask one of our CSS experts to craft the exact code if you can't get it to work.
Thank you. I figured it out finally..
body #gform_wrapper_3 .gform_body {align: 0 auto; text-align: center;}
Glad you got it sorted. All my best!