Support

Home Forums Event Espresso Premium Registration Checkout – Column Format Issue

Registration Checkout – Column Format Issue

Posted: June 22, 2017 at 5:44 pm

Viewing 2 reply threads


wocaa

June 22, 2017 at 5:44 pm

I have a formatting issue with the columns on the Registration Checkout page (See image).

Any insight would be greatly appreciated!


Josh

  • Support Staff

June 22, 2017 at 7:46 pm

The reason there’s a formatting issue is because the theme in the CSS is setting the table row to display: block, but a table row needs to be displayed as a table row. You can apply a fix by going to Appearance > Customize > Additional CSS and adding this:

tr.item {
  display: table-row !important;
}


wocaa

June 23, 2017 at 6:52 am

WOW! That worked flawlessly! Thank you very much for your speedy support. Have a great day!

Viewing 2 reply threads

The support post ‘Registration Checkout – Column Format Issue’ 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