Hi Neil,
Is there an easy way to make the full screen slider not full screen height? (Say about 70%). I have tried reducing the percentages in this code, but that just puts an empty space beneath the section. Is it possible another way please?
Many thanks, Sam
/* Force Homepage slider full height */
.et_fullscreen_slider .et_pb_slides,
.et_fullscreen_slider .et_pb_slide,
.et_fullscreen_slider .et_pb_container {
min-height: 100% !important;
height: 100% !important;
}