RSVP Form Alignment

Options

Is there a way to left align the form on the RSVP information page? Right now the RSVP sign up page (the page after the "sign me up" button is clicked) is center aligned.

Tagged:

Comments

  • We don't use that form, but you can probably override the centering with CSS.

    Have a sample link to the page in question?

    Its going to be something along the lines of...

    .someContainerClassOrID p

    {

         text-align: left !important;

    }

    Regards, B

  • The RSVP page is not center-aligned by default, so if it is on your site it must be a style applied through the stylesheets in your page wrapper. Could you share a link to one of your events where this issue is occurring?

  • Noah Cooper:

    The RSVP page is not center-aligned by default, so if it is on your site it must be a style applied through the stylesheets in your page wrapper. Could you share a link to one of your events where this issue is occurring?

    I think that was the problem. I changed to a different page wrapper and the form was left aligned.

Categories