Okay
  Public Ticket #3444180
Slider on Mobile
Closed

Comments

  •  3
    dion started the conversation

    Hello, 

    On this page : https://lebeauauneadresse.com/portfolio/collection-exclusive-pour-lba-irina-rasquinet/ I am using the "Nectar slider style" but I realise it doesnt work on mobile while i need the visitors to be able to also see the pictures on the device. How can I do it?

    Thank you in advance

  •  279
    Noah replied

    Hi there,

    The image gallery element with nectar slider style seems to work fine on mobile.

    See attached screenshot.

    Please clarify what is not working with the gallery element as it seems to be fine.
    Thanks.

    Attached files:  Collection-Exclusive-pour-LBA-Irina-Rasquinet-Le-Beau-a-une-Adresse.png

  •  3
    dion replied

    I dont have the navigation so the visitors have to guess to see they are other pictures...

  •  2,958
    Andrew replied

    Hello there,

    Thank you for reaching out to us.

    Add this into the Custom CSS box in your Salient Theme Options panel (We write all Custom CSS in the Live Browser to ensure accuracy. If you cannot see any changes, make sure there is no red cross in the Custom CSS Box as any syntax error would cause all CSS under that line of code to not show up on the Frontend):

    @media only screen and (max-width: 690px) {
      body .swiper-container .slider-next, body .swiper-container .slider-prev {
          display: block;
      }
    }
    

    I hope that helps.

    Thanks,

  •  3
    dion replied

    Great many tks!