prestarocket-agence / classic-rocket

Classic Rocket is a rework of "classic theme". It has been built keeping in mind : performance, accessibility and SEO.
https://demoprestashop.prestarocket.com/
Other
230 stars 127 forks source link

display product thumbnails on small devices #130

Open etsmes opened 4 years ago

etsmes commented 4 years ago

Hi,

On the product page, would it be possible to display the thumbnails in the small devices view?

Kind regards,

etsmes commented 4 years ago

I answer myself:

custom.css

/ product thumbs slider visible small devices / @media (max-width:767.98px) { .product-thumbs.hidden-sm-down { position:relative!important; display: block!important;
} } @media (max-width:575.98px){ .product-thumbs.js-qv-product-images.hidden-sm-down.slick__arrow-outside.slick-initialized.slick-slider .btn.btn-link { display:none!important;
} }