Archived topic
Centering Short Code
3 replies · Started by Jameson on January 17, 2023
Viewing posts 1–4 of 4
Hi There,
I'm attempting to center the shortcode for the email form on the following page.
I've had no luck. I've tried inserting a GB container and centering it to no avail.
Any suggestions?
Thanks!
Hi there,
Try this CSS:
.formkit-form[data-uid="cd08f203fd"] {
margin-left: auto;
margin-right: auto;
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
Perfect - thank you!
No problem :)
This archived topic is closed to new replies.