/ all snippets

Add Space to Navigation on Carousel Widgets

This CSS snippet adds space to the navigation element on Elementor Carousel widgets (Image Carousel, Loop Carousel, Media Carousel, Testimonial Carousel, Carousel).

If you don't have Elementor Pro, you can replace the prefix of "selector" with a CSS class you can define yourself. To add the CSS snippet, you can use the HTML widget.

selector .elementor-swiper-button-prev{
    margin-left:20px;
}

selector .elementor-swiper-button-next{
    margin-right:20px;
}