How to change number of products per row to 1.
See https://jtbworld.com/component/virtuemart/ where it shows 2 per row and overlaps with right column.
Also when clicking on a product, it still shows all products.
You can set the number of products per row in VirtueMart > Configuration > Templates and/or in the settings of the menu-item.
The products overlapping with the right column is your templates css.
Maybe contact the template builder.
When clicking on a product, the url changes to that of the product, but seems to (re)load the product-view page.
I don't know why.
I vset the number of products per row to 1 to no avail. Any ideas?
Looks like <div class="row gy-4 g-xxl-5"> in \components\com_virtuemart\sublayouts\bs5-products.php is causing this. Maybe a conflict with "row". Changing to <div class="vm-row gy-4 g-xxl-5"> solved it.