Archived topic
How to center ConvertKit form in footer widget 1?
3 replies · Started by Matthew on March 26, 2022
Viewing posts 1–4 of 4
I have my ConvertKit form in footer widget 1. How do I center it?
Hi Matthew,
Try this CSS:
.footer-widget-1 form.seva-form.formkit-form {
margin-left: auto;
margin-right: auto;
}
Thanks!
You are welcome :)
This archived topic is closed to new replies.