Home › Forums › MapPress Support › No maps showing since update to 2.84.14 › Reply To: No maps showing since update to 2.84.14
November 16, 2022 at 12:05 pm
#19801
Hi,
I replied to your email, but in case you’re checking here, there’s some CSS that is causing the map to have zero height. I think it’s because it applies to all divs in the content area (style.scss:233) :
#content div {
position: relative;
}
You could either change that rule or override it for just the map divs.
