Hi
We are
facing an issue about the responsive display with the SLICK template. With full width carousels if
you reduce the size of your window a horizontal bar appears
The DIV
that contains all the slides (<div
role="listbox" style="opacity: 1; width: 4920px; transform:
translate3d(-1230px, 0px, 0px);">
) has a inline style : width: 4920px
I tried to
override with CSS with width:100% so that it doesn’t spread over the width of
the window but in this case nothing is displayed anymore!
Thanks
Cyril