Home Forums WoodMart support forum adjust the size of the carousell thumbnail

adjust the size of the carousell thumbnail

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #143685

    anatta
    Participant

    Hi, is it possible to adjust the size of the carousell thumbnail to smaller or even take them away BUT just for the mobile browser ?

    See the attached picture

    Thanks

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

    Hello,

    You can hide the thumbnail carousel in the mobile screens by pasting the below css in Theme Settings >> CUSTOM CSS >> Custom CSS for mobile:

    .woocommerce-product-gallery .thumbnails.thumbnails-ready {
    	display:none;   
    }

    Screenshot: https://jmp.sh/zARzW3s
    Result: https://jmp.sh/zRSlty4

    But it is not possible to make the thumbnail carousel smaller or to take them away in the mobile screen.

    Best Regards

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