Okay
  Public Ticket #3317592
Carousel navigation on iPad cross
Closed

Comments

  • zartbitterdesign started the conversation

    In Carousel Navigation on the iPad across, the arrows are apart and the circle is stretched. It is only on iPad landscape, a bug?

    Best regards

    Attached files:  Bildschirm­foto 2023-03-17 um 14.19.27.png

  •  2,958
    Andrew replied

    Hello again,

    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):

    .nectar-flickity[data-controls*="arrows_overlaid"] .flickity-prev-next-button {
        padding: 0;
    }
    

    Thanks,