Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1416499

    Derek
    Participant

    Hello,

    How can I center the Gravity Form I have on this page?

    http://hauswirth.co/lead

    Thank you!

    #1416500

    Derek
    Participant
    This reply has been marked as private.
    #1416681

    Jade
    Moderator

    HI Derek,

    The page seems to be password protected.

    Kindly provide us with the password so that we can check it.

    Thank you.

    #1417758

    Derek
    Participant
    This reply has been marked as private.
    #1417894

    Jade
    Moderator

    Hi Derek,

    Please add this code in the customizer:

    #gform_1 li,
    #gform_1 .gform_footer {
        text-align: center;
    }

    Hope this helps.

    #1425732

    Derek
    Participant

    Hello, thanks for this! However, this also centered the save form displayed on the homepage, which should be default (left) aligned.

    How can I have the form display left-aligned on the homepage but centered on the /lead page?

    Thanks again!

    #1425904

    Darshana
    Moderator

    Hi there,

    Simply update the above code as follows.

    
    .page-id-98 #gform_1 li,
    .page-id-98 #gform_1 .gform_footer {
        text-align: center;
    }

    Hope that helps.

    #1426349

    Derek
    Participant

    Worked a treat! Thank you 🙂

    #1426350

    Darshana
    Moderator

    Glad we were able to help 🙂