Jump to content

Bug affichage produits


Recommended Posts

Défaut du thème.

Les hauteurs ne sont pas calculées du coup si certains produits on 3 lignes de texte les blocs suivant ne peuvent pas se glisser dessous.

Correction css (à adapter à votre thème):

Conteneur:

ul.class {
  display: flex;
  flex-wrap: wrap;
}

Contenant (par sécurité):
li.other_class {
    display: table-cell;
}

Verifier si body{height:100%}

 

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...