Slider arrows on mobile are not showing correctly

Hi @ursulakruger

Please add the below CSS codes in Dashboard->Appearance->Customizer->Additional CSS. The slider arrow issue will be resolved.

@media only screen and (max-width: 576px) {
    .rt-elementor-container .rt-carousel-holder:not(#team-member-profile-gallery):not(.bottom-nav):not(.rttm-carousel-main) {
        margin-top: 20px;
    }

    .rt-carousel-holder .swiper-nav .swiper-button-next {
        right: 10px !important;
    }

    .rt-carousel-holder .swiper-nav .swiper-button-prev {
        left: 10px !important;
    }

    .rt-carousel-holder.standard-nav .swiper-nav {
        top: 50%;
        margin-top: -30px;
        width: 100%;
        z-index: 1;
    }
}

Thank you.

 

This site will teach you how to build a WordPress website for beginners. We will cover everything from installing WordPress to adding pages, posts, and images to your site. You will learn how to customize your site with themes and plugins, as well as how to market your site online.

Buy WordPress Transfer