Quote Originally Posted by brittainmark View Post
Issue with layout when using columns on computer. The layout is trying to display 3 columns however they are only 2 are showing on the first row and the text is reduced to a narrow box. Second row has one column also squashed then the pattern repeats.
Click image for larger version. 

Name:	ColsWrong.jpg 
Views:	188 
Size:	31.7 KB 
ID:	20126

The issue appears to be in includes\modules\bootstrap\product_listing.php if I remove line 437
Code:
wrap_with_classes' => 'col mb-4',
it works fine.

Is this a bug? What dose this line do? To me, it looks like it causes a div to be placed around each product div, then the div, that contains the product is set to width 32.5% which explains the narrow text box.

Zen cart 1.5.8
bootstrap 3.4.0
Check your site's Configuration :: Product Listing :: Columns per Row. For the Bootstrap template, set that to either 0 (fluid columns) or 1 (rows).