Css – SwiperJS keeps adding margin right to each slide
I'm having a Swiper carousel that keeps adding unnecessary margin right (5px) to each slide like this: I tried .swiper-slide { margin-right: 0px !important; } but then the cards do not fit into one frame anymore The following works temporarily…