• Resolved vahidmali

    (@vahidmali)


    When I click on the markers, information pop-ups are displayed in the wrong place. Like the picture below:

    How should I set it to be displayed exactly above the marker like the demos of the developer’s site? :

    thx

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter vahidmali

    (@vahidmali)

    Does anyone have any comments?

    I tested on two other sites and the Bubbles was displayed in the wrong place

    There are no related settings in the plugin

    Plugin Author 100plugins

    (@100plugins)

    Hi @vahidmali,

    I assume this is related to the right-to-left reading direction which is setup in your html.

    A quick fix would be to add the following CSS code to your theme:

    .open-user-map .box-wrap .map-wrap .leaflet-map .leaflet-popup {
    margin-right: -251px;
    }

    This would place the popup in the right spot.

    Best regards,
    Daniel

    Thread Starter vahidmali

    (@vahidmali)

    The problem was solved. Thanks for following up

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Set the popup position’ is closed to new replies.