Advertisement
artemsemkin

Kinsey theme: fix vertical Swipers in newest Elementor

Jan 14th, 2024
650
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.44 KB | None | 0 0
  1. .header__wrapper-slider .swiper-container-vertical.swiper-container-initialized>.swiper-wrapper,
  2. .swiper-container-horizontal.swiper-container-initialized>.swiper-wrapper {
  3.   overflow: initial !important;
  4. }
  5.  
  6. [data-widget_type*=kinsey] .swiper-container-vertical.swiper-container-initialized>.swiper-wrapper,
  7. [data-widget_type*=kinsey] .swiper-container-horizontal.swiper-container-initialized>.swiper-wrapper {
  8.   overflow: initial !important;
  9. }
  10.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement