Hi,
In the contact page, I would like to have this picture on the right and the map to its left, instead of having the picture on top and the map below.
This is what I have right now:
In the contact module:
In the Miscellaneous Information section:
<div class="gk-map static" data-zoom="8" data-ui="yes" data-longitude="-117.756466" data-latitude="33.702683"> </div>
The image was added in contact:
This is what I have in the override.css:
.gk-map-contact.header {
min-height: 350px;
position: relative;
}
Thanks