Wenn du eine Testinstallation für WSC 5.2 hast, dann nimm dort mal das in Dein CSS auf und schau Dir die Artikel-Liste an:
CSS
.contentItemList article.contentItemMultiColumn {
flex-basis: 100% !important;
flex-grow: unset !important;
flex-shrink: unset !important;
}
a.contentItemLink div.contentItemImage {
flex: 0 0 auto !important;
margin: 10px 20px 10px 10px !important;
width: 150px !important;
float: left;
}
a.contentItemLink div.contentItemContent {
flex: 1 1 auto !important;
overflow: hidden !important;
}
Display More
Evtl. kannst Du ein paar der !importants weg lassen - probiere aber sowohl schmale als auch breite Auflösungen aus. Weitere Verbesserungen müsstest Du dann selbst machen.