Hi,
I am trying to place a content area element DIV on top of the Google Element element. I seem to be struggling to get the code working, as it’s sitting under the map and no changing of the z-index works.
<div id="floating-panel2">
<section class="dark" id="map"><div class="container"><div class="row"><div class="col-md-5 col-sm-7 animated location fadeInLeft visible" data-delay="0" data-animation="fadeInLeft">
<h3>Location</h3>
</div></div></div></section>
</div>
CSS
#floating-panel2 {
position: absolute;
top: 10px;
left: 25%;
z-index: 2;
background-color: #fff;
padding: 5px;
border: 1px solid #999;
text-align: center;
line-height: 30px;
padding-left: 10px;
}