Home Forums WoodMart support forum adjust the size of the carousell thumbnail Reply To: adjust the size of the carousell thumbnail

#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