Event Title disappearing on mobile in list view

Home Forums Calendar Products Events Calendar PRO Event Title disappearing on mobile in list view

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1581993
    adventureworks
    Participant

    Hi

    My Event title is disappearing in list view on mobile phones.

    #1583010
    Jeremy
    Keymaster

    Hi,

    Thanks for reaching out to us! I’d be happy to help you 🙂

    In order to fix this issue, you can try to add the following CSS snippet in Appearance > Customize > Additional CSS:

    @media only screen and (max-width: 1000px) {
      h3.entry-title.summary, h3.tribe-events-month-event-title, .tribe-events-calendar .tribe-events-has-events:after {
        display: block;
        position: relative
      }
    }

    Please let me know how it goes.

    Cheers,
    Jeremy

    #1599107
    Support Droid
    Keymaster

    Hey there! This thread has been pretty quiet for the last three weeks, so we’re going to go ahead and close it to avoid confusion with other topics. If you’re still looking for help with this, please do open a new thread, reference this one and we’d be more than happy to continue the conversation over there.

    Thanks so much!
    The Events Calendar Support Team

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Event Title disappearing on mobile in list view’ is closed to new replies.