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
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.
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
Ahh, gotcha, thanks for the clarification!