• Hi there!

    I would like to know if there is an easy way to customize the appearance of the featured image for the event in the main view. Can this size be adjusted, or toggled off?

    In the minimal view, can a thumbnail be toggled on? Can this size be adjusted too?

    Thanks!

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Support Vishali Tayal

    (@vishali009)

    Hi @tf5_bassist,

    Sorry for the inconvenience.
    You can use the below CSS to control the header width:

    ebec-default-list-wrp .ebec-month-header{
        width: 90% !important;
    }

    And use this CSS to control the image size:

    .ebec-list-posts.style-1 .ebec-right-wrapper img{
        width: 70% !important;
        height: 89% !important;
    }

    With this, you can control the image width and height according to your needs by using percentage values. We have provided the header CSS so that when the image size increases or decreases, the header width also adjusts accordingly, which helps maintain a better overall design.

    Regarding your request for a thumbnail in the minimal list, currently this feature is not supported in our plugin. However, we may consider adding this functionality in future updates.

    As a workaround, if you need a thumbnail in the minimal layout, we recommend using our Minimal Style 4, which already includes thumbnail support. I’m sharing the demo with you for reference.

    I hope this helps you.
    Thanks & Regards

    • This reply was modified 4 months, 3 weeks ago by Vishali Tayal.
    Thread Starter tf5_bassist

    (@tf5_bassist)

    Thanks for providing that code, definitely helps clean things up a bit by shrinking the featured image.

    Is that Minimal Style 4 only available via shortcode? I don’t see any settings in the Events List block to change layouts.

    Plugin Support Vishali Tayal

    (@vishali009)

    Hi @tf5_bassist,

    Thank you for your kind words.

    Currently, Minimal Style 4 is available only through the shortcode and is part of the Events Shortcode plugin. The link shared earlier directs you to that plugin, where you can review the available layout options.

    At this time, this specific layout is not supported in the Events block. Based on your requirements, we shared a demo using the shortcode/plugin approach for your reference, so you can evaluate whether it meets your needs.

    Thanks & Regards

    Thread Starter tf5_bassist

    (@tf5_bassist)

    Ahh, gotcha, thanks for the clarification!

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

You must be logged in to reply to this topic.