• Resolved mrgabooo

    (@mrgabooo)


    Hi, i’m premium.

    The image product on desktop is perfect, very beautiful. But on mobile the render is not cool. I tried to custom CSS to not display image product class but something is blocking.

    Can you help me please ?

    Thanks a lot

    Best Regards

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author xootix

    (@xootix)

    Hi,

    Here is how you can hide product image on mobile devices

    @media only screen and (max-width: 600px) {
        .xoo-wsc-img-col {
            display: none;
        }
    
        .xoo-wsc-sum-col {
            width: 100%
        }
    }
    • This reply was modified 4 years, 8 months ago by xootix.
    Thread Starter mrgabooo

    (@mrgabooo)

    Hi !

    Wouaw it’s perfect. Thanks for fast answer. Amazing plugin i’ll recommand it ! Thanks again.

    Best Regards

    Thread Starter mrgabooo

    (@mrgabooo)

    Marked solved

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to not display image product on mobile ?’ is closed to new replies.