GeoDirectory SupportSize of Info Windows on Map – GeoDirectory Support https://wpgeodirectory.com/support/topic/size-of-info-windows-on-map/feed Sun, 16 Mar 2025 17:49:54 +0000 http://bbpress.org/?v=2.5.14-6684 en-US https://wpgeodirectory.com/support/topic/size-of-info-windows-on-map/#post-53320 <![CDATA[Size of Info Windows on Map]]> https://wpgeodirectory.com/support/topic/size-of-info-windows-on-map/#post-53320 Wed, 16 Sep 2015 10:01:19 +0000 Frank Zwecker Hello,

how can you adjust the size of the info window that opens up when a user clicks on a place-icon of the map?

Thanks a lot for any help.

Frank

(using GD 1.5.2)

]]>
https://wpgeodirectory.com/support/topic/size-of-info-windows-on-map/#post-53348 <![CDATA[Reply To: Size of Info Windows on Map]]> https://wpgeodirectory.com/support/topic/size-of-info-windows-on-map/#post-53348 Wed, 16 Sep 2015 16:30:17 +0000 Paolo Hello,

you can do that only with some custom css.

Let us know how you went.

Thank you

]]>
https://wpgeodirectory.com/support/topic/size-of-info-windows-on-map/#post-53403 <![CDATA[Reply To: Size of Info Windows on Map]]> https://wpgeodirectory.com/support/topic/size-of-info-windows-on-map/#post-53403 Thu, 17 Sep 2015 05:51:25 +0000 Frank Zwecker Hello Paolo,

thanks a lot for your fast reply.

Meanwhile I know that this window is called “bubble”, and I found your script that you posted in this forum some months ago in reply to a similar request.

Please consider making the bubble adjustable in one of the upcoming updates. It seems that there are many users who are interested in this. At the moment the bubble is too small, so there are roll bars in it. Further the headline in the bubble is not very well readable because of the shadow in the background.

A manual would be helpful, too.

Best regards,
Frank

]]>
https://wpgeodirectory.com/support/topic/size-of-info-windows-on-map/#post-53470 <![CDATA[Reply To: Size of Info Windows on Map]]> https://wpgeodirectory.com/support/topic/size-of-info-windows-on-map/#post-53470 Thu, 17 Sep 2015 19:15:57 +0000 Paolo Hi,

The bubble is that narrow to make sure it fits all screens (mobile included), whether the map is widescreen or on a sidebar and no matter how long the address is.

It is very hard to find a good compromise that will fit for all cases and I can already tell you that if you try to modify it, you will have quite a hard time.

However from the feedback we received, the vast majority of members are satisfied with it.

We already provide a quick tutorial to get started with CSS. https://wpgeodirectory.com/docs/customizing-your-style/

However we can’t make a manual specific on how to edit the CSS for the Map bubble. Anyone with minimal CSS skills can do this.

To change the Title color add this to GeoDirectory >> Design >> Scripts >> CSS


.geodir-bubble_desc h4 {
    color: #fff;
}

This will make it white. Here you find all Hex color codes used by css: http://www.color-hex.com/

If you don’t feel comfortable editing styles, you should hire a developer to assist you.

Thank you

]]>
https://wpgeodirectory.com/support/topic/size-of-info-windows-on-map/#post-53539 <![CDATA[Reply To: Size of Info Windows on Map]]> https://wpgeodirectory.com/support/topic/size-of-info-windows-on-map/#post-53539 Fri, 18 Sep 2015 10:05:27 +0000 Frank Zwecker Hi Paolo,

thank you very much for your terrific support here in this forum!

Frank

]]>
https://wpgeodirectory.com/support/topic/size-of-info-windows-on-map/#post-53575 <![CDATA[Reply To: Size of Info Windows on Map]]> https://wpgeodirectory.com/support/topic/size-of-info-windows-on-map/#post-53575 Fri, 18 Sep 2015 15:44:28 +0000 Paolo