Comments Michaela started the conversation6 days ago on Monday at 3:04pmI'd like to change (reduce) the size of the Media Carousel/Picture in a single event. Is that possible? And in the Agenda view, at the top where it says “Events since”—can I remove that? 1,011Zhivko replied6 days ago on Monday at 3:47pmHi, You can define new aspect ratio for the media images by adding this css in your custom styles: .stec-media-carousel { --stec-media-carousel-aspect-ratio: 21/9 !important; } To hide the agenda text there you can also include: .stec-layout-agenda-list-title { display: none !important; } Stachethemes Developer1 Like Sign in to reply ...
I'd like to change (reduce) the size of the Media Carousel/Picture in a single event. Is that possible?
And in the Agenda view, at the top where it says “Events since”—can I remove that?
Hi,
You can define new aspect ratio for the media images by adding this css in your custom styles:
.stec-media-carousel { --stec-media-carousel-aspect-ratio: 21/9 !important; }To hide the agenda text there you can also include:
.stec-layout-agenda-list-title { display: none !important; }Stachethemes Developer