
Originally Posted by
jasonshanks
I enabled products per row to (3). This was install on a fresh test site with the latest version of zencart and bootstrap. all products are bunched up narrow.
Test site :
https://www.surplusremotes.com/index...dex&cPath=3_10
What am i missing here ? Why is it doing this.

I found that if I set Configuration > Product Listing > Columns Per Row -> [0]
Then in includes > modules > YOUR_TEMPLATE > product_listing.php
Around Line: 422
Change
Code:
'params' => 'class="card mb-3 p-3 centerBoxContentsListing text-center h-100 "' . $style,
to
Code:
'params' => 'class="card mb-3 p-3 centerBoxContentsListing text-center h-100 "',
I just removed the inline styling variable and the width / layout is looking great.
I am not sure if this is a perfect fixed but it is doing/looking exactly the way I want.
I apologise if this has been fixed further down the thread.
Bookmarks