• Resolved rekinek

    (@rekinek)


    Hi. When I display events in list view on mobile it doesn’t display properly. Is there any quick fix for it?

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter rekinek

    (@rekinek)

    OK, so I found the problem:

    .tribe-common .tribe-common-g-row {
    display: flex;
    flex-wrap: wrap;
    }

    So I add this one to my custom CSS

    .tribe-common-g-row {
    display: flex;
    flex-direction: column;
    align-items: center;
    }

    It kind off the problem. I only use the “center” to look ok. The issue I have now is that the date is not on the left but above. How I can fix it?

    • This reply was modified 4 years, 6 months ago by rekinek.
    • This reply was modified 4 years, 6 months ago by rekinek.

    Hi there,

    Thanks for reaching out.

    We’ve released a few updates since you reported this. Are you still experiencing the issue you reported?

    Best regards,

    Marho

    Jaime

    (@jaimemarchwinski)

    It’s been a while since this thread has been active, so I’m going to go ahead and close it for now.

    Feel free to open up a new one if anything else comes up.

    Have a wonderful day!

    Thanks,

    Jaime

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘List view on mobile.’ is closed to new replies.