Hi Tony,
what I mean - you say it yourself: mobile ready, except the monthly view. But this is an important view, in my opinion.
Yes - only the club themes are mobile ready. But this you realize later, after installing and configuration.
The empty overrides occurs bei using the joomla function "create overrides" in the controll center. The crreated folders are empty.
And the css: If i already use bootstrap in my joomla template, then that starts messing up my design, because you uses lots of important rules and this is very bad practice, considering you are selling a product. That may make it impossible to override your bootstrap styles. And so on...
For example, a cutout of your css:
.nav-items > div:first-child {...}
Or:
#jevents_header {
width: 100% !important;
border: none;
}
Something like that is annoying.