"Letzte Artikel"- Boxen nebeneinander anzeigen

Attention!
In the period fromSeptember 9th Unfortunately, customer support here in the support forum is not possible until at least September 20th, 2024 due to vacation. We ask for your understanding.

Your Gino Zantarelli - powerstylez.de/com

  • Um die letzten Artikel auf der Hauptseite als Boxen nebeneinander anzuzeigen, nutze folgenden CSS-Code (der CSS-Definition des Stils zufügen):


    Es werden nun jeweils 2 x 50% breite Boxen nebeneinander angezeigt die flexibel in der Breite sind.


    Für die Ansicht im Mobilmodus füge folgendes ganz unten hinzu:

    Code
    @media only screen and (max-width: 980px) {
    .articleList > li {
        width: 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin: 0%;
    }
    }

Participate now!

Don’t have an account yet? Register yourself now and be a part of our community!