Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #400550

    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.

    #400998

    Hi KolbeGT!

    Add this to your custom CSS.

    .tribe-events-meta-group-gmap {
      width: 100% !important;
    }

    Cheers!
    Elliott

    #401042

    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

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.