• Resolved coridaly

    (@coridaly)


    I am having some trouble when it comes to aligning the form center to the page. I tried the regular align option as well as the code;

    .forminator-custom-form-4772.forminator-design–default { width: max-content !important; margin: 0 auto !important; }

    Each time it just keeps centering the text within the form, not the form itself

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support Saurabh – WPMU DEV Support

    (@wpmudev-support7)

    Hi @coridaly

    Hope you are doing well!

    You may need to add the following code to align the form:

    #forminator-module-4772 {
        margin: 0 auto!important;
    }

    It should center align the form to the container DIV, instead of the text inside.

    Hope this information helps.

    Kind regard

    Luis

    Thread Starter coridaly

    (@coridaly)

    Thank you so much, Luis! This worked perfectly

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Center Align Form to Page’ is closed to new replies.