Add support for more Bootstrap based themes and choose the better default theme
>>> [!note] Migrated issue
<!-- Drupal.org comment -->
<!-- Migrated from issue #3554185. -->
Reported by: [murz](https://www.drupal.org/user/157092)
Related to !74
>>>
<h3 id="summary-problem-motivation">Problem/Motivation</h3>
<p>Most of the currently supported and recommended Bootstrap themes look pretty ugly by default or require patches and manual actions to make them work well.<br>
I found more Bootstrap-based themes that look better:<br>
<a href="https://www.drupal.org/project/basecore">https://www.drupal.org/project/basecore</a><br>
<a href="https://www.drupal.org/project/bootbase">https://www.drupal.org/project/bootbase</a><br>
<a href="https://www.drupal.org/project/bootstrap_business">https://www.drupal.org/project/bootstrap_business</a><br>
<a href="https://www.drupal.org/project/corporateclean">https://www.drupal.org/project/corporateclean</a><br>
<a href="https://www.drupal.org/project/bootpress">https://www.drupal.org/project/bootpress</a></p>
<p>We need to add them to the list of recommended themes, and use <a href="https://www.drupal.org/project/basecore">https://www.drupal.org/project/basecore</a> as the first recommended, and switch to using it by default in tests. Also, remove all "bootstrap" theme patches from composer.json to make it clean.</p>
<p>Also, we have an issue with Bootstrap CSS classes, with all other themes, our catalog has too much spacing on the left and right, we need to fix this.</p>
issue