Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #883045

    Hallo zusammen,
    ich möchte gerne das Rasterlayout auf meinem Blog benutzen und zwei Blogartikel nebeneinander in der Desktop-Ansicht darstellen.
    In der mobilen Ansicht möchte ich jedoch jeweils nur eine Spalte für die Beiträge anzeigen.

    Momentane Ansicht: http://medienzeit.net/ – wir fangen gerade erst an, darum ist erst ein Beitrag online! :)

    Kann mir hier jemand helfen?

    Danke und beste Grüße,
    Tobi

    #883856

    Hi Tobi,

    Sorry for the late reply! Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:

    @media only screen and (min-width: 990px) {
    .home article.post:nth-child(odd) {
        margin-right: 4%;
    }
    .home article.post {
        width: 48%;
        clear: none;
    }}
    

    Best regards,
    Yigit

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.