Skip to main content

Display Tickets Button Before VIP/RSVP

Swap the ordering of your two Seated buttons

Pete Stormer avatar
Written by Pete Stormer
Updated over 6 years ago

By default Tickets buttons display on the far right of your listings, like this:

Add this styling to swap the order and display tickets on the left:

<style>
 .seated-event-link-cell1 {order: 1; }
 .seated-event-link-cell2 {order: 2; }
</style>

Which will leave your listings like this:

Did this answer your question?