This should do it. Padding will be on the paragraph inside.

.paragraph.paragraph--width--tiny.paragraph--type--bp-carousel > .carousel-inner,
.paragraph.paragraph--width--narrow.paragraph--type--bp-carousel > .carousel-inner,
.paragraph.paragraph--width--medium.paragraph--type--bp-carousel > .carousel-inner,
.paragraph.paragraph--width--wide.paragraph--type--bp-carousel > .carousel-inner,
.paragraph.paragraph--width--full.paragraph--type--bp-carousel > .carousel-inner {
    padding-left: 0;
    padding-right: 0;
}

Comments

thejimbirch created an issue. See original summary.

thejimbirch’s picture

Status: Active » Closed (cannot reproduce)

Can't reproduce this using 2.x branch. Was possibly on 1.x

thejimbirch’s picture

It was on the 1.x branch. This should fix it:

.paragraph.paragraph--width--tiny.paragraph--type--carousel > .carousel-inner,
.paragraph.paragraph--width--narrow.paragraph--type--carousel > .carousel-inner,
.paragraph.paragraph--width--medium.paragraph--type--carousel > .carousel-inner,
.paragraph.paragraph--width--wide.paragraph--type--carousel > .carousel-inner,
.paragraph.paragraph--width--full.paragraph--type--carousel > .carousel-inner {
  padding-left: 0;
  padding-right: 0;
}