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

tried it but I don’t see any change..

here’s the custom css code I used for both my problems :

/* fix for header images not full width in pages */
#image_header img { width:100%; }
/* fix for allslider width of images in desktop */
.cycle_element { background-size: 100% 100% !important; }
/* fix for allslider images in mobile – not working */
@media only screen and (max-device-width: 480px) {
.cycle_element { background-size: cover !important; max-height: 100% !important; }
}
/* fix for header in mobile */
body.has_slider #headline { position:absolute !important; }