Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1407252

    how do I make the mobile site show two columns?

    I tried this but it still breaks down to one column on mobile.

    @media only screen and (max-width: 330px) {
    .products-grid .product, .products-list .product {
    width: 50%;
    }
    }

    Website is http://www.haspools.com

    #1407339

    Hey edgeofcinema,

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

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

    Best regards,
    Rikard

    • This reply was modified 1 year, 6 months ago by Rikard.
    #1407453

    Looks like it is still breaking to one column

    #1407470

    Hi,

    Please try this instead:

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

    Best regards,
    Rikard

    #1407476

    It worked! Thank you!

    #1407514

    Hi edgeofcinema,

    I’m glad that Rikard could help you :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Woo-commerce 2 colomns on mobile not working’ is closed to new replies.