Tagged: ,

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #532836

    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

    • This topic was modified 9 years ago by ganser.
    #533982

    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

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.