• Resolved Chrissifer

    (@vinnaire)


    When viewing on desktop, the excerpt description shows under events on the list view, however when changing to responsive layout (mobile) this excerpt no longer shows – Is there a way to ‘force’ the excerpt to show up when a mobile device is used?

    The excerpt in my example is on the May event.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support Abz

    (@abzlevelup)

    Hi @vinnaire,

    Thanks for reaching out to us.

    Out of the box, there’s no built-in option for this one. However, I’d recommend doing a Custom CSS. Go to Appearances → Customize → Additional CSS and insert this Custom CSS here, or you can apply it to your child theme:

    .post-type-archive-tribe_events .tribe-events-calendar-list__event-description.tribe-common-b2.tribe-common-a11y-hidden {
      display: block !important;
      visibility: visible !important;
      margin-top: 10px !important;
    }

    See if that works on your end. Let me know how it goes.

    Best,
    Abz

    Plugin Support Abz

    (@abzlevelup)

    Hi @vinnaire,

    Since we haven’t heard from you in a while on this topic we will assume that the problem was fixed or is no longer applicable and with that I will mark this as resolved.

    If that is not the case, please let me know and I will gladly remove the “Resolved” tag and try to help you further. Or you can create a new topic with the problem if you prefer.

    Best,
    Abz

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Mobile Responsive – No Excerpts’ is closed to new replies.