[Resolved] How to allocate less space for excerpt on archive page?

Home Forums Support [Resolved] How to allocate less space for excerpt on archive page?

Home Forums Support How to allocate less space for excerpt on archive page?

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1025695
    Carol

    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.

    #1025700
    Leo
    Staff
    Customer Support

    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 πŸ™‚

    #1025703
    Carol

    You’re a genius!

    Thank you so much!

    πŸ™‚

    #1025722
    Leo
    Staff
    Customer Support

    Glad I could help πŸ™‚

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