RRZE-Webteam / rrze-elements

Sammlung von Gestaltungselementen für WordPress-Websites
4 stars 5 forks source link

Spaltenabstand #201

Closed wrcg closed 1 year ago

wrcg commented 2 years ago
image

Bei Spalten mit Alerts auf der einen Seite und Kalender/Text auf der anderen Seite wirkt der Abstand zwischen den Spalten sehr klein. Egal, ob mit [columns] oder [two_columns_one] erstellt. Beispiel: https://ibz.fau.de

cassandre commented 2 years ago

#content .alert hat 15px negativen margin-right und margin-left. Kommt aus FAU-Einrichtungen. Weiß der Geier, warum.

wrcg commented 1 year ago
image

gleich noch einmal ein "Abstandsproblem" bei der Kombi von [pull-left] und Zitat... (Beispiel: https://www.fau.eu/presidents-welcome-award/)

cassandre commented 1 year ago

@wrcg Das liegt am Custom CSS:

@media (min-width: 768px) {
    #content blockquote {
        position: static;
        padding-left: 0;
    }
}

Keine Ahnung, wozu das gut ist. Damit müsste das Problem auch bei normalen Zitaten ohne pull-div auftreten.

cassandre commented 1 year ago

Wegen der Alerts: Das war ein Tippfehler im CSS von FAU-Einrichtungen. Gefixt in 6895da41ad0e0f1e76b9f40c9bee898fccac51d9, sollte beim nächsten Theme-Update behoben sein.