This topic has 2 replies, 2 voices, and was last updated 1 years, 3 months ago ago by Tony Rodriguez
Thumbnails are set to 6, and the phone only displays 3,
Hello, @hmf0160,
Thank you for choosing XStore as your WooCommerce WordPress theme.
The mentioned option affects columns for desktop view only. The mobile version shows 3 by default, you can see it on our demos.
If you would like to change the thumbnails on mobile phone, please copy and paste the following CSS code into Xstore >> Theme Options >> Theme Custom CSS >> Global CSS and then clear your browser cache.
@media(max-width: 767px){
.single-product .thumbnails-list li.swiper-slide.thumbnail-item.zoom {
width: 16.5% !important;
}
.single-product .thumbnails-list li.video-thumbnail.thumbnail-item {
width: 16.5% !important;
}
}
Note: you may change the width value as per your requirements.
OR
We regret to inform you that it is not possible to achieve your desired outcome with the current version of the theme. Item support does not include services to modify or extend the item beyond the original features, style, and functionality described on the item page.
If you would like to pursue paid customization services, we recommend submitting a customization request to the Codeable team via their website: https://www.codeable.io/?ref=qGTdX
Best Regards,
8Theme’s Team.
Tagged: display, phone, templates, thumbnails, woocommerce, wordpress
You must be logged in to reply to this topic.Log in/Sign up