Site URL: https://haddock-keyboard-wk5f.squarespace.com/
Hi everyone, I was able to customize the css to create an image collage on the homepage of my site.
My CSS for the mobile site is:
@media (max-width:480px){#block-yui_3_17_2_1_1647375506496_2641 {margin-left: -150px!important; margin-top:-50px!important}
#block-31e4b0465ec429797524{margin-right: -1000px!important;margin-left:50px!important;margin-top:-500px!important;z-index:99!important;width: 150%!important }
}
The problem is that the overlap text is still displaying to the right of the image (shown in photo). I want the text that says "Welcome! I'm Joshua" and all the text around it to show up below the image.
Any ideas on customized CSS to solve this issue?