Home › Forums › WoodMart support forum › Blog images too big in Internet Explorer › Reply To: Blog images too big in Internet Explorer
February 5, 2018 at 8:26 pm
#37671
Bogdan Donovan
Keymaster
Hi,
Try to add the following code snippet to the Custom CSS area in Theme Settings to fix this issue.
.browser-Internet .post-img-wrapp {
display: block;
}
Regards