Skip to main content

Customize The Space Between The Post Carousel Posts

Introduction

Follow this step to change the space between the posts in the Post Carousel module.

Step 1: Add CSS

Use this CSS to edit the space between the posts in the Post Carousel module.

.et_pb_de_mach_carousel .dmach_carousel_container .slick-slide {
margin: 0 10px;
}