Annonce

  •  » Styles
  •  » [Résolu] Probleme affichage avec le thème Modus

#1 2023-12-20 15:16:28

JphenixB
Invité

[Résolu] Probleme affichage avec le thème Modus

Bonjour,

J'ai corrigé un problème d'affichage de la galerie sur smartphone.
avec le thème Modus Quartz :

.thumbnailCategories li {
  width: 49% !important;
  margin-left: 0.5% !important;
}

.thumbnailCategory .description {
  margin-right: 0.1%;
}


Piwigo 14.0.0
Système d'exploitation: Linux
PHP: 8.2.5 (Montrer les informations) [2023-12-20 15:12:09]
MySQL: 10.11.2-MariaDB [2023-12-20 15:12:09]
Bibliothèque graphique: ImageMagick 6.9.12-61

#2 2023-12-22 14:02:16

Hannah
Équipe Piwigo
2019-08-20
12

Re: [Résolu] Probleme affichage avec le thème Modus

Bonjour,
Merci pour votre retour, les corrections seront apportés

Dernière modification par Hannah (2023-12-22 14:02:43)

Hors ligne

#3 2024-01-19 23:21:04

JphenixB
Membre
2023-12-20
1

Re: [Résolu] Probleme affichage avec le thème Modus

Bonjour,

J'ai ajouter un peu de responsive dans css.
pour afficher:
- deux vignettes sur smartphones
- trois vignettes sur écran de 900 à 1200 px
- quatre vignettes sur écran de plus de 1200 px

.thumbnailCategories li {
  width: 24% !important;
  margin-left: 0.5% !important;
}

.thumbnailCategory .description {
  margin-right: 0.1%;
}

@media screen and (max-width:1200px){
  .thumbnailCategories li {
    width: 32% !important;
  }
}

@media screen and (max-width:900px){
  .thumbnailCategories li {
    width: 49% !important;
  }
}

Hors ligne

  •  » Styles
  •  » [Résolu] Probleme affichage avec le thème Modus

Pied de page des forums

Propulsé par FluxBB

github twitter newsletter Faire un don Piwigo.org © 2002-2024 · Contact