Ugh!
My pop-up window for markers looks sloppy because the main paragraph is centered (using custom html) BUT the business name and address are aligned left.
Ive been trying to alter the CSS, but I cannot get GMP to recognize my new rule
What am I doing wrong?
Here’s what I’ve tried:
Trial #1
.wpgmza_markerbox h1, .wpgmza_markerbox h2, .wpgmza_markerbox h3, .wpgmza_markerbox h4, .wpgmza_markerbox h5, .wpgmza_markerbox h6, .wpgmza_markerbox h7, .wpgmza_markerbox h8, .wpgmza_markerbox strong, .wpgmza_markerbox p, .wpgmza_markerbox br {
margin: 2px;
padding: 1px;
color: #000000 !important;
text-align: center;
}
Trial #2
th, td {
text-align: center;
}
Attachments:
You must be logged in to view attached files.