Support

Home Forums Event Espresso Premium Center Register Now Button

Center Register Now Button

Posted: January 3, 2018 at 7:01 am

Viewing 2 reply threads


soi

January 3, 2018 at 7:01 am

Hi,

I want to center the Register Now button. I see how I can make it align right or left, but I would like to know how to center it.

.ticket-selector-submit-btn-wrap {
float: right;
}

Thanks!


Josh

  • Support Staff

January 3, 2018 at 7:24 am

Hi there,

You can center the button by adding the following to your custom stylesheet:

.ticket-selector-submit-btn-wrap {
 float: none;
 display: flex;
 justify-content: center;
}


soi

January 3, 2018 at 7:44 am

Super, thanks so much for the fast reply!

Viewing 2 reply threads

The support post ‘Center Register Now Button’ is closed to new replies.

Have a question about this support post? Create a new support post in our support forums and include a link to this existing support post so we can help you.

Event Espresso