I've created a flexible template using bootstrap4 CSS that works well in all browsers except IE 11.0.
The issue seems to be with the .d-flex
class, which I used to ensure that all my columns have the same height. I've tried finding a solution online, but no luck so far. Removing this class makes everything appear fine except for the uniform height of the columns.
Interestingly, the images are displayed at full size in IE. I've attempted various fixes from sources like Bootstrap Image Responsive messed up on IE without any success. Without the .d-flex
class, I can fit the image in the container, but there is still a significant amount of clickable white space beneath the image and text.