• Resolved fkohrt

    (@fkohrt)


    I am using your great Carousel Block and am very happy with it. Recently I noticed a white vertical bar on the left side of the carousel and wonder if this might be a bug of the plugin. In any case, if you have any idea on how to get rid of that, I’d be very happy to hear your ideas!

    The page I need help with: [log in to see the link]

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

    (@virgildia)

    Hello @fkohrt ! I’m happy that you are finding the plugin useful. Are you using the latest version of Carousel Block and the latest WordPress version?

    You can try adding the following to your custom CSS:

    .wp-block-cb-carousel.cb-single-slide.alignfull .slick-slide {
        padding-left: 0;
        padding-right: 0;
    }
    Thread Starter fkohrt

    (@fkohrt)

    Hi @virgildia, I’m using WordPress 5.9.3 with Carousel Slider Block 1.0.7.

    Great, thank you, your CSS code resolves the issue! In case this is of any use, here’s the block structure I’m using, with blocks from the Michelle theme (and the “Hero” block from the CoBlocks plugin).

    Carousel Slider
        ├── Slide
        │   └── Cover
        │       └── Hero
        │           ├── Spacer
        │           ├── Heading
        │           ├── Paragraphs
        │           └── Buttons
        │               ├── Button
        │               ├── Button
        │               ├── Button
        │               └── Button
        └── Slide
            └── Cover
                └── Hero
                    ├── Spacer
                    ├── Heading
                    ├── Paragraphs
                    └── Buttons
                        ├── Button
                        ├── Button
                        ├── Button
                        └── Button
    • This reply was modified 2 years, 10 months ago by fkohrt.
    • This reply was modified 2 years, 10 months ago by fkohrt.
    • This reply was modified 2 years, 10 months ago by fkohrt.
    • This reply was modified 2 years, 10 months ago by fkohrt.
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Empty space left from carousel’ is closed to new replies.