• Resolved steve_williams_wp

    (@steve_williams_wp)


    Hi

    I need to reduce the size of the image displayed on the single event page which shows after someone clicks and event from the list as the image is too big.

    There are lots of suggestions using CSS and I’ve also tried AI without success.

    Is there a fix for this?

    Thanks in advance

    Steve

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter steve_williams_wp

    (@steve_williams_wp)

    I have just managed to resolve this:

    .wpem-event-single-image img {
    max-width: 350px;
    max-height: 350px;
    width: auto;
    height: auto;
    object-fit: cover;
    display: block;
    margin: 0 auto;
    }

    Hope it helps

    Plugin Support nikhiltg

    (@nikhiltg)

    @steve_williams_wp That’s great to know is there anything we can help you with?

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

The topic ‘How to reduce the size of the image on the event single page’ is closed to new replies.