Hello,
There is, in my opinion, an unnecessary css rule in the template.css file for the Educon II template, that prevents users to set the height of the testemonial-slider with the PageBuilder!
You put the following in there:
@media (max-width: 767px) {
.sppb-addon-sp-slider.testimonial-slider .sp-slider-outer-stage {
height: 650px !important;
}
}
This will ALWAYS override the custom-height that users will set for the slideshow for anything else then mobile-portrait.
I really do not understand why it is in there with the !important annotation?
Best regards,
Kajetan