Search code examples
opencart

OPENCART - 4 products in category page


how can I put 4 products per line in my categories page https://fixfone.pt/index.php?route=product/category&path=345

need help to resolve this :( I do not know what to do anymore


Solution

  • this is just CSS. since you are using Bootstrap simply change the class for

    .product-grid.col-md-4

    to

    .product-grid.col-md-3

    if you catalog/view/theme/YOUR THEME/template/product/catalog.twig