Tagged: product slider
Hi – how would I configure the Product Slider so that it displays items in two columns rather than one on mobile?
Thanks
Hey bongrel,
Could you post a link to the site in question so that we can take a closer look please?
Best regards,
Rikard
http://corrvintagewatches.com/cvw/
Hi – any news on this?
Hi,
Sorry for the delay. Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
@media only screen and (max-width: 479px) {
.responsive #top #main .products.slide-entry-wrap .product {
margin: 0 20px 20px 0!important;
width: calc(50% - 20px)!important;
}}
Best regards,
Vinay