Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #742620

    Hi – how would I configure the Product Slider so that it displays items in two columns rather than one on mobile?

    Thanks

    #742922

    Hey bongrel,

    Could you post a link to the site in question so that we can take a closer look please?

    Best regards,
    Rikard

    #744159

    http://corrvintagewatches.com/cvw/

    • This reply was modified 7 years, 9 months ago by bongrel.
    #745355

    Hi – any news on this?

    #746126

    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

    • This reply was modified 7 years, 9 months ago by Vinay.
Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.