Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #1415322

    Hello,
    inside the pop-up of OSM markers there are 2 BR tags instead of 1 between each line, is it normal ? is there a trick to have only one ?

    screenshot

    Thank you, regards

    #1415358

    Hey comkapi,
    Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    .leaflet-popup-content br:nth-child(even) {
    	display: none;
    }

    I have reported this to the Dev Team for them to review this issue for a future update.

    Best regards,
    Mike

    #1415395

    Thank you Mike, perfect !

    Best regards

    #1415404

    Hi,

    Great, I’m glad that Mike could help you out. Please let us know if you should need any further help on the topic, or if we can close it.

    Best regards,
    Rikard

    #1416642

    Hi,
    Just to follow up, the Dev Team has applied this to the theme for the next update. So you could remove the above solution after the next update or leave it as it would not cause any issues.
    Unless there is anything else we can help with on this issue, shall we close this thread then?

    Best regards,
    Mike

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.