Moving Google Map
-
Hello,
I would like to move the google map on my contacts page to sit to the right side of my contact form rather than underneath.
Any and all help would be greatly appreciated.
The blog I need help with is: (visible only to logged in users)
-
Hi, add the following custom CSS. I’ve limited this change to screens/windows 768px and wider since narrower than that, and things start to get pretty narrow.
@media screen and (min-width: 768px) { #contact-form-3 { max-width: 45%; width: 100%; } .googlemaps { max-width: 45%; width: 100%; position: absolute; right: 0; top: 0; } } -
-
- The topic ‘Moving Google Map’ is closed to new replies.