8.4.2 How to make image slider full width

Permalink
Does anyone know hoe to make the C5 image slider to span full width? I tried width: 100% and width: full, there are still 10px gaps on both sides.

linuxoid
 
linuxoid replied on at Permalink Reply
linuxoid
This seems to work:
.ccm-image-slider-container, .ccm-image-slider, .ccm-image-slider-inner, .rslides {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}