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

    Hi there,

    I’m wanting to show 2x Woocommerce products per row on mobiles, where it’s currently one. I’ve scoured Google and support threads but no solutions. Any ideas?

    Thank you

    #1414770

    Hey lfs360,

    Please try the following in Quick CSS under Enfold->General Styling:

    
     @media only screen and (max-width: 479px) {
    .responsive #top #main .products .product {
      margin: 0 1% 1% 0 !important;
      width: 49% !important;
    }
    }

    Best regards,
    Rikard

    #1414787

    Thankyou Rikard that worked perfectly 😊😊

    #1414802

    Hi,

    Great, I’m glad that we could help. Please let us know if you should need any further help on the topic, or if we can close it.

    Best regards,
    Rikard

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