Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Ian Dunn

    (@iandunn)

    That setting only sets maximum width of the window. By default its width is determined by the width of the content inside it. If you want to set a minimum width, you can do that with CSS:

    .bgmp_placemark
    {
    	min-width: 400px;
    }
    Thread Starter SabotSites.com

    (@asabot)

    Perfect, thanks so much.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Info. Window Maximum Width’ is closed to new replies.