@MMEbyKiandraTrickett Just want to let you know that I've managed to make it mobile-responsive, or at least; my goal was to have the counters being displayed below one another on mobile 😉 I added this code to the <style> section:
@media only screen and (max-width: 768px) {
/* For mobile phones: */
[class*="col_"] {
width: 100%;
}
[class*="wrapper"] {
width: 50%;
}
Hope this helps!