Slider is broken, can't figure out why

Not sure if this is a bug or not, but I’m trying to use the slider component and even though I have more than 1 slide, only the first slide displays properly.

Please help!


Here is my public share link: https://preview.webflow.com/preview/newellwebsite?preview=8abff49bdf127e64f0b8f062aaa4ace0

I believe it is because you have the slide set to flexbox. The default slider element requires that it remains a Display:block on the slides but in order to still use flexbox in your design just put all the slide contents into a div and have that set to width:100% height:100% and display:flexbox.

Much appreciated!

This fixed the issue.

Although this is more of a knock on Webflow, but if a component needs to be a certain way with certain properties… then don’t let us change those properties.

1 Like

Also the video in webflow university needs to be changed. Because it says use flex directly on the slide component.

This topic was automatically closed 125 days after the last reply. New replies are no longer allowed.