.slide-content .scroller {
width: 1024px;
}
“fastestest” way: added this in inspector:
* {
outline: 1px solid #f00 !important;
}
and the culprit appeared
.slide-content .scroller {
width: 1024px;
}
“fastestest” way: added this in inspector:
* {
outline: 1px solid #f00 !important;
}
and the culprit appeared