Tagged: css code, Full Width Slider, mobile
Hi there,
We have placed this quick CSS below into the theme options and it works perfectly for the website. But the mobile version on things like iphone is awful! Is there a way to modify this code so that it ignores this sizing on all mobile? THANKS!!
.avia-slideshow-inner {
height: 415px !important;
}
Hi lobstahhhhhhh!
Please change the code to following one
@media only screen and (min-width: 769px) {
.avia-slideshow-inner {
height: 415px !important;
}}
Best regards,
Yigit
WOW, it worked perfectly! You guys are the best, thank you so much :)