Skip to main content

Center the "There are no upcoming events." Text

When you don't have any shows listed on your widget, this text is left-justified by default. This is how to center it.

When you don't have any upcoming shows listed on your Seated tour listings widget, the widget will display "There are no upcoming events." By default, this text is left-justified, like below:

However, if your site consists of mostly centered elements, you may want this text to be centered. To accomplish this, simply insert the below code just before your Seated tour listings widget code:

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

After adding the above style code, it should look like the below:

Have any other questions? Reach out to us anytime by clicking the chat bubble in the bottom right corner of your screen!

Did this answer your question?