Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi there,

    You could hide this with some CSS. Try adding the following snippet to the “Additional CSS” panel in the Customizer, or to your child theme’s CSS file.

    @media (max-width: 768px) {
    .tribe-events-list .tribe-events-venue-details {
    display: none;
    }
    }

    Hope that helps!
    Sky

    Thread Starter warped1

    (@warped1)

    Excellent, that did the trick! Thank you very much….

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Location on mobile’ is closed to new replies.