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

I managed to fix the Allslider width problem by using this on my custom css :

.cycle_element { background-size: 100% 100% !important; }

I still have major issues with the header on mobiles. I checked my site and Dreamy demo and the demo displays fine on mobile. I found out that my site uses a custom css from folder dreamy/7league/ that the demo doesn’t. Specifically this line on the file http://hotelasterias.gr/wp-content/themes/dreamy/7league/css/customcss.php?ver=00862e77b304400dfcb80e5a7c883e39

overwrites the position:absolute property of the headline class and messes up my header

@media only screen and (max-width: 979px)
#headline, #headline_bg {
position: relative !important;
}

Please, any ideas why that happens on my implementation and not yours? I really need to solve this. I checked the theme settings in case i had to switch a setting on or off but found nothing.