Okay
  Public Ticket #998322
Set how many products to show in mobile devices
Closed

Comments

  •  2
    enrico started the conversation

    Hello, I need your help with the following subject:
    Set how many products to show in mobile devices

    When you mark the option, Two products per row, the same does not work correction because in the mobile device shows only one product.

    I would like directions to solve my problem.
    Thank you

  • [deleted] replied

    Hi enrico,

    Can you please share your WP credentials here, because I need to login to your site and test this issue. Your information is safe here (private) in this thread.

    To include your credentials click Insert Credentials button in editor toolbar. (See how)

  •   enrico replied privately
  • [deleted] replied

    Hi there,

    Just add the code below to Custom CSS:

    @media screen and (max-width: 480px) {
        .shop .items-env .product.col-xs-6 {
        width: 50%;
        } }

    We will check if this problem is happening on our site too, and if that is a bug, we will fix it on the next update.

    Have a great week and Happy Holidays!

    Will set this ticket as solved from here.