/* Galerie-Zentrierung für Mobilgeräte */ @media (max-width: 767px) { /* Zentriert die gesamte Galerie-Liste */ .ce_gallery ul { display: flex !important; flex-wrap: wrap !important; justify-content: center !important; padding: 0 !important; margin: 0 auto !important; list-style-type: none !important; } /* Sorgt dafür, dass die 3 Bilder gleichmäßig verteilt sind */ .ce_gallery li { width: 30% !important; /* Etwas weniger als 33%, damit Platz für Abstände bleibt */ margin: 5px !important; float: none !important; display: inline-block !important; text-align: center !important; } /* Zentriert die Überschrift über der Galerie */ .ce_gallery h1, .ce_gallery h2, .ce_gallery h3 { text-align: center !important; width: 100%; } }