Site logo

Archived topic

How to allocate less space for excerpt on archive page?

3 replies · Started by Carol on October 3, 2019

Viewing posts 1–4 of 4

I want to allocate less space for my excerpt text on blog front page - archive page.

Please see sample.

The top example is what I am after.

Thank you.

Hi there,

Go to Additional CSS field in the customizer and increase the px number in this block of CSS:

@media (min-width: 769px) {
    .post-image-aligned-left .post-image img {
        max-width: 300px;
    }
}

Let me know if this helps :)

You're a genius!

Thank you so much!

:-)

Glad I could help :)

This archived topic is closed to new replies.