Site logo

[Resolved] Centering Short Code

Home Forums Support [Resolved] Centering Short Code

Home Forums Support Centering Short Code

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #2499484
    Jameson

    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!

    #2499486
    Leo
    Staff
    Customer Support

    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/

    #2499490
    Jameson

    Perfect – thank you!

    #2499493
    Leo
    Staff
    Customer Support

    No problem 🙂

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.