You should also be aware that there’s a weird bug in the Bootstrap 5.x carousel where on moblle, if you have the carousel set to not auto slide (meaning you can only advance by swiping or clicking) swiping won’t work unless you first advance to the next slide using the next button. After that, swiping works normally.
So this issue will affect the carousel you’re using for the Calendar on your page. You can advance the slides by tapping the forward and back buttons, but you’ll note that if you try to swipe the first slide, nothing will happen. After you click on of the buttons, then swipe will work.
Kulligaposten created a script to fix the issue. You can find it on this thread…