Home › Forums › Theme support › Allslider problem in Dreamy theme after upgrade to WordPress 4.4 › Reply To: Allslider problem in Dreamy theme after upgrade to WordPress 4.4
Ok, found the problem. The gallery plugin you use change the css code from the slideshow. You can try this, I think it could solve the problem: open the file style.css in the root of the theme and add the following code at the end of the file:
@media only screen and (max-device-width: 480px)
.cycle_element {
max-height: 100% !important;
}