We have created a page within WP Bakery which is utilizing the “Products” element created by 8 Theme. We have it configured to display as a grid of 3. The images are not being set to all the same height. 1 image is being rendered taller than the rest in the 3 column. If we add a sidebar to the page, the images all render the same height, but we do not want a sidebar on this page.
We also noted that there is a CSS height:auto being set on the base img tag for the entire site from https://bluehiveclients.com/earthwalk/wp-content/themes/xstore/xstore.css?ver=1.0 If you remove that in the developer tools browser inspector the images seem to render the same height.
How can we fix this so all images are the same height on this page?