Slides element full screen bug
-
The Slides element generates “width: 100vw” for class .swiper-container in Elementor Version 3.2.5,
If place the Slides inside any multiple columns inner section, the width of Slides will be exceeded.Temporary fix, add CSS code:
.elementor-swiper .swiper-container { width: 100%; }
The topic ‘Slides element full screen bug’ is closed to new replies.