kenwheeler / slick

the last carousel you'll ever need
kenwheeler.github.io/slick
MIT License
28.49k stars 5.89k forks source link

how to center the text and the picture #4259

Open ztdepztdep opened 1 year ago

ztdepztdep commented 1 year ago

image

I have add the slick in my website. but the texts are not centered and the error is missing too. Could you please give me some suggestions.

ikishorkumar commented 1 year ago

select image using developer tool and add this css to image tag of this particular div ony.

classname > img{ margin: 0 auto; }

if not work then add the important