Quote Originally Posted by dbltoe View Post
Just a few WAG's here. Bootstrap 4 incorporates a lot that responsive_classic does not. Ajax Search, some image handling and control of columns in Product Listing.

I'm thinking you may be loading extra things with bootsstrap that are fighting with these features.

I would first check Admin >> Configuration >> Product Listing >> Product Listing - Columns Per Row to make sure it is set for 0 versus the recommended 3. This will allow bootstrap to properly work with your product images.
Are you saying that Image Handler is not needed with bootstrap template? That would be great. I am just used to the automatic resizing with IH ( instead of uploading small/medium/ large pics)

I double and triple check the setting and it is set to 0.

Removing Line # 90 : .listingProductImage {min-width: <?php echo (int)IMAGE_PRODUCT_LISTING_WIDTH; ?>px;} seems to fix the issue I have.

I am just scare of creating more problem down the line by taking things out like this. Any thoughts on this?

Can my "homemade " bootstrap menu be contributing to the issue?

Thanks all for helping