Hi there, I’m have an image banner block as my hero image right now with two images within it and text/content container centered left. The client would like only one image to show on mobile (with the content container shown as well on mobile so it isn’t overlapping the image) but I’m struggling to get it to hide only one image (the left one).
I’ve tried to code it several different ways such as using:
@media (max-width: 749px) { div.banner__media.media, banner__media-half { display: none !important; } }
This hid both images though.
Does anyone know how to target one specific image within it? Thanks.