Hi there,
That’s weird, the max-width: 40px
is being ignored in specific browser width. Then I toggle on and off the styling in IE’s developer tool, it fixes itself. But the issue goes back once the page is reloaded. Looks like this is a visual glitch as there is a delay in image resizing( percentage width ) than resizing the browser, could you try jpeg image instead of PNG?
For the meantime, please add this CSS to your global custom CSS.
.hm9.x-image {
display: inline-block;
width: 100%;
}
.hm4.x-image {
width: 40px;
}
Thanks.