Okay
  Public Ticket #2294568
Event Info Image
Closed

Comments

  • vzakaze started the conversation

    Hi, is it  possible to show image not for all page ? (to change the size or visible part)  

    https://prnt.sc/qzfs5r 

  •  785
    Zhivko replied

    Hi,

    I guess you can do it with css.

    .stec-layout-event-inner-intro-media > div {
      max-height: 300px !important;
    } .stec-layout-event-inner-intro-media > div > div {
      background-size: contain !important;
    }

    Place the css in St. Event Calendar -> Fonts & Colors -> Custom style tab.


    Stachethemes Developer