Custom Carousel Size Based on Device Al Bug May 11, 2021 1 min read CSS:#overlay.desktop wdg-other-carousel{ --width: 140px !important; } #overlay.tablet wdg-other-carousel{ --width: 125px !important; } #overlay.mobile wdg-other-carousel{ --width: 110px !important; }Edit the width value based on what you like for each device Carousel
Square Carousel Images CSS: #overlay wdg-other-carousel{ --active-boder: 5px; } .img svg{ width: calc(var( Al Bug May 26, 2021 1 min read
Floating Round Titles for Carousel Plugin .name{ border-radius: 25px; margin:5px; padding: 0 5px 0 5px; Al Bug Apr 16, 2021 1 min read