I’ve added a mymaps.google embed into my site and made a hash of the page now. Please can anyone help?
I was trying to centre the map to tidy it up and not have it bleeding off the page.
The page width is now much wider than the other pages which makes it look awful.
I tried some css code that I found online which works when I add it to my map page section but when I try to save it, I get an error message in red pop up that says: “Online Store editor session can’t be published”
https://www.undocandles.com/pages/undo-map
This is the code that works but won’t save:
.map-responsive{ overflow:hidden; padding-bottom:56.25%; position:relative; height:0; } .map-responsive iframe{ left:0; top:0; height:100%; width:100%; position:absolute; }