Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #716170

    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.

    #716273

    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

    #716386

    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

    #716656

    Hi Georg,

    Great, glad the code worked. We’ll have a look at getting this into the theme in a future update.

    Best regards,
    Rikard

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.