[Support request] Titles in archive list not showing full text

Home Forums Support [Support request] Titles in archive list not showing full text

Home Forums Support Titles in archive list not showing full text

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1058332
    Grant

    The titles for blog posts in my archive lists are cut off. It looks like a max of 35 characters are allowed. I’m currently using the Dispatch child theme.

    How can I get the entire blog post title to show up?

    #1058376
    David
    Staff
    Customer Support

    Hi there,

    in Customizer > Additional CSS – remove this code block:

    @media (min-width: 768px) {
        .generate-columns-container article .entry-header .entry-title, .wp-show-posts article .wp-show-posts-entry-title {
            line-height: 2.5ex;
            height: 5ex;
            overflow: hidden;
            text-overflow: ellipsis;
        }
    }
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.