I have got a hompage with a slideshow and two buttons. The image size is 1210×423 and it is on full size. When i open the page on a phone, the buttons are not visible and seem to be under the lower element. I have tried it with different browsers on my phone: stock, firefox and chome (all on android). If you hold the phone in landscape the buttons work just fine. And if i ‘simulate’ it witm my browser by making the browser window smaller the buttons are also visible. How can i fix this? The website is http://www.blumen-ganser.at
Hi ganser!
div#full_slider_1 {
height: 350px;
}
.av_slideshow_full.avia-slideshow {
height: 350px;
}
ul.avia-slideshow-inner {
height: 350px;
}
.av_slideshow_full li img {
height: 350px;
}
Adjust height value as needed.
Best regards,
Andy