• Resolved ljgwheeler

    (@ljgwheeler)


    Hi, when adding the map to a page I get an area of white space below the footer. It only appears when I add the map to the page.
    It appears to be the div <div hidden> causing it.
    Thanks for any help you can offer. Great product otherwise.

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

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

    (@carlosmoreirapt)

    Hi @ljgwheeler
    Try adding this to the custom css field of your site:

    div[hidden] {
    	display:none !important;
    }

    There’s a ‘css reset’ code in your theme that is displaying that div, when it shouldn’t. It contains map related svg filters.

    Adding the css above should hide it again.
    Greetings, Carlos

    Thread Starter ljgwheeler

    (@ljgwheeler)

    You are a legend – thank you

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘White space div’ is closed to new replies.