Skip to main content

The text isn't aligning correctly on my tour listings

David McKay avatar
Written by David McKay
Updated over a year ago

Do your tour listings look misaligned like this?
​

Sometimes, the code on your website will override the Seated default code and will cause your tour listings to look misaligned.

The fix should be simple! Just try adding the following code anywhere on your site:

<style>
.seated-events-table {
text-align: left !important;
}
</style>

If that doesn't resolve the issue, reach out to your Seated account manager and we'll be happy to help!

Did this answer your question?