Reply To: Map is not showing

Home Forums MapPress Support Map is not showing Reply To: Map is not showing

#20749
Chris
Keymaster

    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.