Skip to main content

Condensing your listings vertically

Make event listings take less vertical space on the page

Pete Stormer avatar
Written by Pete Stormer
Updated over 6 years ago
<style>
.seated-event-row {
padding: 5px 10px !important;
}
</style>

Notes:

  • The 5px is the vertical padding number - adjust to whatever looks good

  • For best results, leave the 10px as is. That's horizontal padding

Did this answer your question?