fabiorino / crelly-slider

A free responsive slider for WordPress that supports layers. Add texts, images, videos and beautify them with transitions and animations.
MIT License
104 stars 36 forks source link

Not responsive #80

Open grandeljay opened 2 years ago

grandeljay commented 2 years ago

Hello,

I am trying to understand this plugin. Every element seems to be absolutely positioned or have white-space: nowrap; in CSS. I just added very simple <p> with text and it will not even wrap.

I had to override all position: absolute; (I consider these styles to be the opposite of responsive) so I could simply show some text and letting it wrap, making it responsive.

Why all the inline styles? It makes it very hard for me to make a responsive slide.