On Apr 29, 8:19 am, Brenz <[email protected]> wrote:
> Hi
>
> I want to make my info window slightly smaller, as it has a little too
> much blank space on the bottom, you can see 
> here:http://www.northstar.co.za/index.php/site/contact-us/
>
> how would i do this?

Fix your CSS. In your case, it's this at index.php (line 172) which is
causing the problem.
.contact .map p {
font-family:Calibri,Arial,Helvetica,sans-serif;
font-size:1.2em;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:normal;
line-height:1.1em;
margin:0pt;
padding:8px 0pt;
}

The API creates the div holding the infowindow text (so it doesn't get
this CSS) and then inserts it into the DOM (when the CSS is applied).
See http://econym.org.uk/gmap/css.htm

-- 
You received this message because you are subscribed to the Google Groups 
"Google Maps API" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-maps-api?hl=en.

Reply via email to