Hello,
i need some help slimming down single page contact, so that the Contact form + Contact details would take up only about 60% of the page width, without messing up the tooltips and keeping the map in the header full width.
thanks!
.single-page.contact .gk-page.no-header {
width: 70%;
margin-left: auto;
margin-right: auto;
}