Okay
  Public Ticket #2760269
Display image on list view
Closed

Comments

  •  1
    Raquel started the conversation

    Hi! Is there any way I could display an image in the list view? I know it opens when you click on it but it would be more appealing to users if I can use an image in the list itself. 


    Thank you 

  • [deleted] replied

    Hi, Raquel!

    Sorry for the delayed response.

    It is possible to display the whole description, so in this case, the picture will be also visible. I'm afraid, it's the only solution at the moment.

    You can try the CSS below to see how it will work:


    .am-event > div:nth-child(2) {
    display: block !important;
    }

    Please add this CSS to the page with the Events list.

    Best Regards.