Okay
  Public Ticket #4352498
Events Slider as hero slider
Open

Comments

  • yalovakaymakami82 started the conversation

    Hello,

    I'd like to use STEC's event slider as a hero slider but I cannot find its settings to change the display size, could you help? I would like it to be 70vh, for example.

    Could you advise on how to achieve this please?

    Thank you!


  •  942
    Zhivko replied

    This css should do:

    .stec-widget-events-slider .swiper {
        min-height: 70vh;
    }

    Stachethemes Developer

  • yalovakaymakami82 replied

    Thank you very much, it seems to be working!