• Resolved Ashutosh

    (@ashubetta)


    When adding blocks to the carousel as slides, I am unable to set a “uniform”/constant height for the slides. If the same blocks were part of a row/grid/column parent block, it’s easy to make all of them the same height. However in the carousel block they are isolated into individual slides, and the slides themselves don’t have any configuration in the UI.

    • This topic was modified 4 months, 3 weeks ago by Ashutosh.

    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)

    Hey @ashubetta there are no alignment settings for individual slides but I will add this to the list for future updates. At the moment you can use custom CSS. In your case, I recommend:

    .swiper-wrapper { margin-bottom: 35px }

    .swiper-slide { height: auto } or .swiper-slide { height: auto !important }

    Thread Starter Ashutosh

    (@ashubetta)

    Thank you, much appreciated!

Viewing 2 replies - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.