You should open css file flexslider and look for this:
@media screen and (max-width: 480px)
Change the 100px into ‘auto’:
#slider_container {
height: 100px !important;
}
.flexslider .slides li {
height: 100px;
}
Guido
You should open css file flexslider and look for this:
@media screen and (max-width: 480px)
Change the 100px into ‘auto’:
#slider_container {
height: 100px !important;
}
.flexslider .slides li {
height: 100px;
}
Guido