Home Forums WoodMart support forum Gallery of images with noticeable arrows in the mobile and full version

Gallery of images with noticeable arrows in the mobile and full version

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #167145

    nnominor
    Participant

    Tell me the code CSS for
    Gallery of images with noticeable arrows in the mobile and full version

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

    Hello,

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

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

    Best Regards

    #167168

    nnominor
    Participant

    it helped for a computer, but not for mobile devices, for some reason

    #167175

    nnominor
    Participant

    file

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

    Hello,

    You have disabled carousel script on mobile, you need to keep it enabled as shown http://prntscr.com/qlo8xr

    You can find this feature in the Theme Settings > Performance > JS

    Best Regards

    #167241

    nnominor
    Participant

    thanks

    #167242

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

    Best Regards

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

The topic ‘Gallery of images with noticeable arrows in the mobile and full version’ is closed to new replies.