Search Divi Plus Documentation

Search for answers or browse our knowledge base.
Explore Divi Plus's Live Demo

All Topics
Print

How to change the moving direction in Divi Image Card Carousel

To change the direction of the logo slider from left to right, add the following CSS in Divi Theme Options.


.dipl_image_card_carousel_1 .dipl_swiper_wrapper .swiper-container {
transform: scaleX(-1) !important;
}

.dipl_slide_center .dipl_image_card_carousel_1 .dipl_image_card_carousel_item 
{
transform: scaleX(-1) !important;
}


Table of Contents