Search Divi Plus Documentation

Search for answers or browse our knowledge base.

All Topics
Print

How to change the moving direction in logo slider

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

.dipl_swiper_wrapper .swiper-container {
   transform: scaleX(-1) !important;
}
.dipl_slide_center .dipl_logo_slider_item {
 transform: scaleX(-1) !important;
}
Table of Contents