Hello guys,
I’m observing a strange behaviour on Events with a location including a google-maps-containerview, but no organiser settings. In this case, the map is only 50% of the container width. I’m using the enfold theme with The EventsCalendar Pro by Modern Tribe. When I also set the Organizer with location and map everything looks fine. Is this a known bug and are there any suggested fixes?
Best regards
– Westfälischer Golf-Club Gütersloh e.V.
Hi KolbeGT!
Add this to your custom CSS.
.tribe-events-meta-group-gmap {
width: 100% !important;
}
Cheers!
Elliott
Hi!
I’d need to check the backend to see if it’s indeed a bug or not, in any case adding this to Quick CSS will fix it:
.tribe-events-meta-group.tribe-events-meta-group-gmap {
width: 100% !important;
}
Cheers!
Josue