Site logo

Archived topic

How to display posts like ...

1 reply · Started by webcréateur on November 17, 2019

Viewing posts 1–2 of 2

Hi there,

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

Best regards!

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;
    }
}
This archived topic is closed to new replies.