• Resolved reaganmmp

    (@reaganmmp)


    Good afternoon, Carlos.

    I trust you are well.

    We are trying to add a map to show the clients destinations, however when we add content it adds a space below the content of the popup.

    Is there a way that we can fix this as soon as possible?

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Contributor Carlos Moreira

    (@carlosmoreirapt)

    Hi @reaganmmp
    Seems there’s some extra line breaks being rendered in the tooltip content.

    You can check if any fix here helps:
    https://interactivegeomaps.com/docs/tooltip-issues/
    I think this combination will help:

    @-moz-document url-prefix() {
    .imapsLabel foreignObject br+br {
      display:inline-block !important;
      height:0px !important;
     }
    }

    It will even out the spaces, but not solve the problem completely.

    You can explore the option to render as ‘raw html’, going to Settings > Editing > Other Fields > Render as HTML to see if it helps.

    Greetings, Carlos

Viewing 1 replies (of 1 total)
  • The topic ‘Can’t customize the popup on the regions’ is closed to new replies.