Change position of featured images in month view

Home Forums Calendar Products Events Calendar PRO Change position of featured images in month view

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1251670
    Simone
    Participant

    Hi,
    don’t know if you offer this kind of support but I really need to make a small change in my event calendar month view:
    I’m using this extension
    https://theeventscalendar.com/extensions/display-the-event-featured-image-in-month-view/
    which allows me to display the featured image in addition to the event title.
    As you can see in the screenshot, the images are not aligned due to title lenght (some titles are 1 line, some other are 2 lines etc..)
    so I would know if you can suggest me some css trick to align all the featured images to the very bottom.
    Please could you help with that?
    Thanks!

    #1252148
    Cliff
    Member

    Hi, Simone.

    Technically, it’s outside our Scope of Support / Terms, but here’s a quick bit of CSS that will make the height of both 1-line and 2-line event headings the same… so the images will start at the same position.

    h3.tribe-events-month-event-title {
    min-height: 57px;
    }

    Please let me know how this goes for you.

    #1252217
    Simone
    Participant

    Great! It worked but I had to input 75px to get the result.
    Thanks for your kind support!
    Simone

    #1252741
    Cliff
    Member

    I’m glad you got a solution! Have a great weekend.

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Change position of featured images in month view’ is closed to new replies.