Tagged: ,

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #600595

    Hi
    Can you please advise why when viewing on a mobile device (vertical) the slideshow buttons are not showing?

    Thanks

    #600802

    Hey mawebdesign!

    Thanks for getting in touch!

    Are you experiencing this on all mobile devices? Let me know the device you are having the issue on. I have viewed your site on a Samsung Galaxy and the buttons appeared. Please view my screenshot attached.

    Regards,
    Jordan

    #600830

    Hi Jordan
    Yes we had to change to layer slider to get mobile devices to display the whole slide image.
    We have uploaded a test page using full width slideshow for you to see the issue we are having in the private content?
    Please advise?

    #602867

    Hi!

    You can increase the minimum height of the slider on mobile devices. This will create more space for the buttons. Add this css code:

    @media only screen and (max-width: 767px) {
    .avia-slideshow-inner {
        min-height: 300px !important;
    }
    
    .avia-slideshow-inner li img {
        min-height: 300px;
        width: 500px !important;
        min-width: 500px !important;
    }
    }

    Adjust the values as needed.

    Cheers!
    Ismael

    #603030

    Thank you for your help!

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Buttons full width slideshow’ is closed to new replies.