Best Premium and Free WordPress Themes › Forums › Education Base › Slider Height › Reply To: Slider Height
April 25, 2017 at 1:44 am
#16448
Participant
Good Evening!
Thank you for your expeditious followup! 🙂
——————————–
.owl-wrapper-outer,
.image-slider-wrapper .owl-item {
height: 50vh !important; /* 042417 – original value 85vh */
left: 0;
position: relative;
right: 0;
top: 0;
width: 100%;
}
.image-slider-wrapper .item {
height: 50% !important;/* 042417 – original value 100% */
}
.image-slider-wrapper .owl-item .slider-content {
display: none;
————————–
Where I posted the comment, these are the values I modified but still no change in the slider. I dont want to change anything else til I know Im on the right track.