Site logo

Archived topic

Titles in archive list not showing full text

1 reply · Started by Grant on November 10, 2019

Viewing posts 1–2 of 2

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?

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