New Landing How can we help? Atelier How to get more columns for products on mobile?

Viewing 10 posts - 1 through 10 (of 10 total)
  • Posted in: Atelier
  • #229510
    nickmann
    Member
    Post count: 45

    Hey, when on mobile, my products are 1 column and 6 rows. How can I make this 3 columns and 2 rows?

    #229583
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    You want 3 columns on mobile? The products will be very small

    – Kyle

    #229776
    nickmann
    Member
    Post count: 45

    Yes! I would like to do some testing, so I’ll find out if the size is an issue. Thank you!

    #229817
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Add this to your custom css:

    @media only screen and (max-width: 767px) { 
    .woocommerce ul.products li.product.col-sm-4 {
      width: 33.3333%!important;
    }
    }

    – Kyle

    #230774
    nickmann
    Member
    Post count: 45

    Hi Kyle, it looks like your code didn’t do anything. I just want to make sure I did it correctly by copied/pasted it in the Custom CSS section of the theme options.

    #230866
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    What’s your link? I’ll check

    – Kyle

    #231087
    nickmann
    Member
    Post count: 45
    This reply has been marked as private.
    #231161
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Try this:

    @media only screen and (max-width: 767px) { 
    .woocommerce ul.products li.product.col-sm-3 {
      width: 33.3%!important;
    }
    }

    – Kyle

    #231369
    nickmann
    Member
    Post count: 45

    It works! thank you!

    #231435
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    No problem 🙂

Viewing 10 posts - 1 through 10 (of 10 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register