Bleeding Images (7.0)
Is it possible to bleed an image off one side on desktop, but stack normally on mobile?
Yes, it’s possible! Watch me figure this out as Zippy joins me.
First, find the image block ID and use a negative left: or right: positioning. Then, use a media query to make this desktop only!
Example:
@media screen and (min-width:767px) { #block-880870d9a4e7edf9 { right: -100px; } }