Skip Navigation

[Closed] Change infowindow size

This support ticket is created 8 years, 1 month ago. There's a good chance that you are reading advice that it now obsolete.

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

Sun Mon Tue Wed Thu Fri Sat
- 8:00 – 12:00 8:00 – 10:00 8:00 – 14:00 8:00 – 14:00 8:00 – 12:00 -
- 13:00 – 18:00 11:00 – 18:00 15:00 – 18:00 15:00 – 18:00 13:00 – 18:00 -

Supporter timezone: Pacific/Pago_Pago (GMT-11:00)

This topic contains 1 reply, has 2 voices.

Last updated by Mladen Andrejic 8 years, 1 month ago.

Assisted by: Mladen Andrejic.

Author
Posts
#372494
Screen Shot 2016-03-03 at 11.11.20 AM.png
Screen Shot 2016-03-03 at 11.10.02 AM.png

Hi.

I am using the Google Maps Integration through views. How do I change the infowindow size on the map? It won't accept any css as the sizes are set in inline styles. The width is just far too small for what I need.

#372574

Hello,

Can you please try to insert following code to your CSS :

#js-wpv-addon-maps-render-MAPNAME > div > div:nth-child(1) > div:nth-child(4) > div:nth-child(4) > div > div.gm-style-iw > div > div {
width: 500px;
height: 300px;
}

Please change MAPNAME to the slug of your map and set width and height accordingly.

// NOTE : This code might not be unique as I pulled it from my website, if it doesn't work I would be happy to check out your website and see which code should be implemented.

Thanks.

The topic ‘[Closed] Change infowindow size’ is closed to new replies.