I have come across an issue with some themes in how the See Map link renders. Since it is just a link, it can render inline with some of the content that comes after it.

I have made this small adjustment to my location.inc to include a wrapper for it.
Line 52

-    return t($link_text) . implode($links, ", ");
+    return '<div class="mapurl">'.t($link_text) . implode($links, ", ").'</div>';

Just a suggestion

Comments

yesct’s picture

Status: Active » Closed (duplicate)
Issue tags: +Location theming, +location theming map links

marking duplicate of #172646: Add div class for map links

also tagging.