Hi All,
I’m looking for help with this, the address box was stacked on top of the image below. It should stay inside the image below. I’m not sure why but this only happens on mobile view, the desktop view is fine.
Website: https://greentiger.co/
pw: cheese
@greentigershop
please add the below css code into your theme.css file in the theme files.
Online Store > Edit Code > theme files > Assets > theme.css file.
@media only screen and (max-width: 750px) {
.map-template--22205932503315__map_yUmfdU {
padding-top: 0 !important;
}
}
Thanks
1 Like