Yep,

Left out one of the divs:

Code:
<div class="card mb-3"><div class="card-body text-center" id="subCategory-card-body">
<div class="card-deck text-center">
<div class="categoryListBoxContents card mb-3 p-3 text-center"><a href="index.php?main_page=index&amp;cPath=65"><img alt="Handcrafted $$$$$$$$$$$$" loading="lazy" src="/images/tinctures.png" title="(image for) Handcrafted $$$$$$$$"><br>
Handcrafted $$$$$$$$$</a>
</div>
</div>
</div>
</div>
Works fine full screen desktop and Mobile portrait but it doesn't wrap to like three wide when the screen size is reduced, the mobile is in portrait, or the tablet is in either portrait or landscape.

None of that happens with a regular category page.

More playing to come with suggestions appreciated.