Jump to content

Como poner 2 productos en fila en el movil


sergisupra

Recommended Posts

5 minutes ago, sergisupra said:

Como poner 2 productos en fila en el movil.

Coloca este código en el css y me cuentas

@media (max-width: 500px){
.products.row .product {
    width: 50% !important;
    min-width: auto !important;
    padding: 10px !important;
}
.product-description {
    width: 100% !important;
}
}

 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...