Slider in Event Calendar makes the whole webpage jumping

It is fine, that I can use slider appearance in calendar module additionally. However inserting the code for slider, the whole page starts jumping up and down depending on the fact if a button was inserted or not and if the image format differs. It is a wonderful tool and even does basically not cause delay, however this way I cannot offer to our website visitors. The equal grid format should be also the standard for the slider.
Thanks in advance

1 Like

Hey there @user8525 :wave:

To avoid widget’s jumping, you can fix the widget’s height by adding this code to the Custom CSS field on the Appearance tab of your widget’s settings:

.eapp-events-calendar-slider-item {
  height: 800px;
}

However, I’d like to note that there will be an empty space below the smaller images. If this option doesn’t work for you, the only workaround is to use the images of the same format.

Please let me know if it helped or if you have any further questions :slightly_smiling_face: