Home › Forums › MapPress Support › Map is not showing › Reply To: Map is not showing
March 14, 2024 at 12:26 pm
#20749
Hi,
Glad you figured it out. You’re actually overriding the theme style that interferes with the map (which is normally display:flex):
.entry-content .aligncenter {
display: block;
}
I’ll add !important to the map selector to prevent this in other sites.
