• Resolved Ovidiu

    (@ovidiu)


    I’d like to show posts underneath each other instead of 2 next to each other as it is right now by default. Can’t find a setting for that unfortunately…

Viewing 5 replies - 1 through 5 (of 5 total)
  • I’m looking for this option, too

    Thread Starter Ovidiu

    (@ovidiu)

    If this theme only has this “magazine” style view, I’m sure I can create a custom page template for my needs. I was just asking here to make sure I’m not re-inventing the wheel…

    Ovidiu,
    Please let us know how to do it, if you figure it out.

    There is no setting for this in theme control panel.

    Add following in custom css or child theme.

    .post-list .post, .post-list .page {
        float: left;
        width: 100%;
    }

    That was really helpful. thanks a ton aeroomkar.

    Can you also tell me how i can show just one post on the landing page of the blog?
    Thanks in advance.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘How to show posts underneath each other on front page?’ is closed to new replies.