Okay
  Public Ticket #450188
iphone Version
Closed

Comments

  • david started the conversation

    Is it possible to display the arrow slider on iPhone portrait and landscape versions (see image) please ?

  •  1,803
    Support replied

    I don\'t think I understand entirely. the \'scroll to top\' arrow is already there on mobile devices as well. What do you want to change about?

    thanks

    Thank you.

    Clapat Support

    https://www.clapat.com/

    Review Envato Item Support Policy

  • david replied

    it\'s the arrows to scroll through the images of the slider that I would like displayed on the version smartphone as the desktop version

  •  1,803
    Support replied

    @media only screen and (max-width: 767px) .flex-direction-nav .flex-prev {

    display: block;

    }


    @media only screen and (max-width: 767px) .flex-direction-nav .flex-next {

    display: block;

    }


    same for different screen widths you want to make the slider navigation visible


    thanks

    Thank you.

    Clapat Support

    https://www.clapat.com/

    Review Envato Item Support Policy

  • david replied

    thank you, you can close the ticket