• Resolved amantini1

    (@amantini1)


    I followed the instructions. In the preview the map is loaded correctly, but when I put it online in a paragraph (I’m using gutenberg editor) it only loads a part of it. I attach the link to the page
    https://europaverdeliguria.it/europa-verde-regioni/
    How can I solve it? Since you’ve been so kind to this step, can you help me solve this problem too? Thank you
    p.s. If the map is loaded in short dimension, it works; if the map is loaded bigger, the map is loaded only an half

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

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

    (@html5maps)

    Hello,
    It looks like the CSS style for your theme assigns a height limit to all SVG objects.
    To solve the problem with the map, try adding the following CSS code

    .fm-map-container svg { height: 100% !important; }
    

    Probably your WP theme has an option to add custom css code. If the WP theme does not have this feature, then you can add it to the Stylesheet (style.css) through the built-in theme editor.

    Thread Starter amantini1

    (@amantini1)

    Yes, yes
    Tks so much!!!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Italian map charged only an half’ is closed to new replies.