I'm running Shopify Debut theme. I am attempting to edit the Hero section which is a text overlay with background image.
I have two divs that I created and I am able to place them next to each other. However, when I reduce the size of the screen to mobile, the div on the right side just gets shoved off the screen.
There is a media-query for each div (from the shopify theme). I think I need to edit this to change the display type of the divs, but I'm not sure. Can you advise? I have stripped-down code in jfiddle.
@include media-query($small) {
max-width: $width-site;
padding-left: $gutter-site-mobile;
padding-right: $gutter-site-mobile;}
See fiddle for details: https://jsfiddle.net/tulanejosh/dj7cskpp/1/
Thanks!