Tagged: mobile, product slider
Hi,
I have a problem with the product slider on the provided page. On mobile it uses only half of the width available and looks funny. I tried all settings and putting it in a layout element or not, but always the same result. I also tried product raster but it’s the same too. What am I doing wrong? Thanks.
Hey gosimpla,
Please try the following in Quick CSS under Enfold->General Styling:
@media only screen and (max-width: 767px) {
.responsive #top .products .product:nth-child(odd) {
clear: initial !important;
}
}
Best regards,
Rikard
Hey Rikard,
Thank you very much, this solves the problem good enough for now. But it would be really nice if this Element would get a little update in a feature version so that you can adjust how it behaves on mobile. For example it would be nice if one could adjust it to show 5 products on desktop but only 3 on mobile or something like this. Because 5 products on mobile still looks quite squeezed.
Best,
Georg