Home Forums WoodMart support forum Problem with Xtemos Elementor widget Brand Carousel

Problem with Xtemos Elementor widget Brand Carousel

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #275402

    arnoldshopbt
    Participant

    Hi
    I have problem with Xtemos Elementor widget Brand Carousel, I try with diferent setings Prev Next button dont show on Mobile view.Any solution? In attach are to different setings ,no result.
    regards.

    Attachments:
    You must be logged in to view attached files.
    #275523

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    @media (max-width: 768px){
    body .owl-carousel .owl-nav > div {
        visibility: visible;
        opacity: 1;
        -webkit-transform: none;
        transform: none;
        pointer-events: visible;
    }
    body .woodmart-carousel-spacing-20 .owl-nav>div[class*=prev], 
    body .woodmart-carousel-spacing-30 .owl-nav>div[class*=prev]{
        left: 0;
    }
    body .woodmart-carousel-spacing-20 .owl-nav>div[class*=next], 
    body .woodmart-carousel-spacing-30 .owl-nav>div[class*=next]{
        right: 0;
    }
    }

    Please set “Disable OWL Carousel script on mobile devices” ON in the Theme Settings > Perfomance > JL>

    P.S. You have duplicated the message in another thread, I will delete it from there.

    Best Regards

    #275592

    arnoldshopbt
    Participant

    Thanks for suggestion.Fast and osome precision. It works,Problem solved.(I change
    “Disable OWL Carousel script on mobile devices” to OFF ( with ON no changes apears).

    #275683

    You are welcome! If you have any questions please feel free to contact us.

    We will appreciate highly if you spend a couple of minutes and answer the questions provided here: https://8uehqcg4tjy.typeform.com/to/IgyV2EiP

    Best Regards

Viewing 4 posts - 1 through 4 (of 4 total)