Carousel overflow

Hi again

my carousel is acting a bit weird, i seem to have this fade above it, and some extra pixels of grey above that, on the left just below the nav bar.
screenshot attached.
Thanks
barbarellahair.co.za

(ps: i’ve seen elsewhere that you’ve mentioned checking the text editor for extra code left behind from other things, but there is nothing just;
[image-carousel twbs=“3”])

Hi @rgbargy,

I hope you are well today and thanks for posting here.

It’s working fine on my test site without any issue.

It seems this is happening on your site because the slider markup is wrapped in the code tag somehow.

Please edit the page having Carousel in the text mode of the visual editor and remove the markup like code tag from around the Carousel shortcode if any.

Alternatively to resolve the issue try adding the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area -> Appearance -> Theme Options -> Other -> Custom CSS

.carousel.slide code {
  padding: 0;
}

Best Regards,
Movin