Okay
  Public Ticket #4574877
Mediacarousel/Picture Size in a Single Event
Open

Comments

  • Michaela started the conversation

    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?

  •  1,011
    Zhivko replied

    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