News:

You may pay someone to create your store, or you visit our seminar and become a professional yourself with the silver certification

Main Menu

Number of products per row

Started by jtbworld, March 03, 2025, 10:40:39 AM

Previous topic - Next topic

jtbworld

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.

iWim

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.

jtbworld

I vset the number of products per row to 1 to no avail. Any ideas?

jtbworld

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.