Home › Forums › WoodMart support forum › adjust the size of the carousell thumbnail › Reply To: adjust the size of the carousell thumbnail
September 13, 2019 at 1:41 pm
#143771

Aizaz Imtiaz Awan
Keymaster
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