Need some help slimming down the single-page contact via css

GK User
Wed Feb 25, 2015 12:42 pm
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!
User avatar
Senior Boarder

GK User
Wed Feb 25, 2015 12:50 pm
I used this code
Code: Select all
.single-page.contact .gk-page.no-header {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}


but the tooltips are left behind.
User avatar
Senior Boarder

GK User
Thu Feb 26, 2015 6:05 pm
This topic can also be closed, i solved by disabling the tooltips.
User avatar
Senior Boarder

teitbite
Sat Feb 28, 2015 8:00 pm
Hi

Ok. Thank You for shearing the solution with us.
User avatar
Moderator


cron