I've increased the number of items in my stats module from four to five items with the effect that the fifth item breaks into the next line. How can I prevent that from happening?
andrewwinkler
Hi,
You can try with this custom CSS:
@media (min-width: 992px) { .acm-stats.style-1 .stats-list .col-md-3 { width: 20%; } }
Regards
I tried that. It made no difference.
andrewwinkler Maybe cache? as it shows fine on my side now.
You are right. It's fine now. Many thanks.