Okay
  Public Ticket #2472465
Collumn mobile view
Closed

Comments

  • Maximilian Prinz started the conversation

    Hi there.

    Is there a setting where we can put 2 collumns on the mobile view?

    Thanks!

  •  870
    Neuron replied

    Hi,

    Can you please add the following code to Appearance > Customize > Additional CSS, so that will change the columns from 768px width and smaller to 2 columns.

    @media (max-width: 768px) {
        .l-woocommerce-wrapper .l-woocommerce-wrapper__products-holder .selector { 
            width: 50%;
        }
    }
    

    Feel free to ask for anything you need.

    Kind Regards