[Resolved] How to display posts like …

Home Forums Support [Resolved] How to display posts like …

Home Forums Support How to display posts like …

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1066103
    webcréateur

    Hi there,

    how can we display posts archives like in Marketer (https://gpsites.co/marketer/)? Same style?

    Best regards!

    #1066274
    David
    Staff
    Customer Support

    Hi there,

    in Customizer > Layout > Blog –> Featured Images ( Archives ) set the Image below the Title. And Align left.
    Then add this CSS:

    @media (min-width: 769px) {
        .post-image-aligned-left .post-image img {
            max-width: 300px;
        }
    }
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.