Live timing is available across the majority of our race events, powered by TSL Timing for circuit racing and Chronomoto for 5 Nations British Rallycross.
Over the years, we’ve continually developed and refined our equipment. Our timing devices and displays are also available to hire for sporting events, conferences, and special occasions.
.custom-button-wrapper {
display: flex !important;
flex-direction: row !important; /* Forces side-by-side */
justify-content: center !important; /* Centers horizontally */
align-items: center !important;
gap: 15px !important; /* Space between buttons */
width: 100% !important;
margin: 40px 0 !important;
flex-wrap: nowrap !important; /* Prevents stacking unless on tiny screens */
}
/* Ensures the buttons don’t stretch to full width */
.custom-button-wrapper .btn-cta {
margin: 0 !important;
min-width: 200px; /* Adjust this based on your text length */
text-align: center;
}
/* Mobile Fix: If the screen is too small, let them stack */
@media (max-width: 600px) {
.custom-button-wrapper {
flex-direction: column !important;
}
}