• Resolved Miguel

    (@mparraud)


    Hi, great block!
    I´m using your block with 5 slides showing one slide at time with autoplay.
    When the slide swipe left, there is a space between images.

    Is there a way to remove that space?

    thank you

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Virgildia

    (@virgildia)

    Hello Miguel! Thank you for using Carousel Block. Currently, the space between slides can be removed with custom CSS. I am planning to add space/gap support for slides in a future update.

    Please add the following to your custom CSS:

    .wp-block-cb-carousel .slick-slide {
        padding-left: 0;
        padding-right: 0;
    }
    • This reply was modified 2 years, 3 months ago by Virgildia.
    Thread Starter Miguel

    (@mparraud)

    Solved with your css code. Thank you!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Can I remove white space between slides?’ is closed to new replies.