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

    (@angelo_nwl)

    just to confirm, did you already use placeholder #_EVENTIMAGE{x,y} where x and y is the image width and height in your events calendar?

    Thread Starter kimkzoo

    (@kimkzoo)

    Yes, I did.

    But, I actually answered my own question! I had posted this question in the Pro support forums before – so I looked back and reviewed the answer I got there. I had to add this CSS and it now works fine:

    table.em-calendar.fullcalendar td {
    table-layout: fixed;
    width: 300px !important;
    }

    I know I added it before, but for some reason, it disappeared. It’s all good now.

    Thank you!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Images are too big on calendar’ is closed to new replies.