div tag area to appear over (z-index) Google maps section
in Other
Because Google maps isnt able to act as a "background image"
Is there a way of having a small layer with text html appearing just under the menu header area, but over the google map?
see exmple below
ive tried adding some custom css
by giving the section area that Google maps sits in with a custom id of "maplog"
Then css
#maplog
{background-color:red;
background-image: url(../wp-content/uploads/2018/06/slicer.png);
position:relative;
height: 150px;
top: 0;
width: 100%;
left: 0;
background-repeat: repeat-x;
z-index: 99;
}
Comments