Site logo

Archived topic

Doubt length name items

3 replies · Started by Jesus on August 4, 2020

Viewing posts 1–4 of 4

Good morning, is there any way to see the titles of the entire articles, and not cut the title name in half?
A greeting!

Hi there,

Dispatch adds this CSS to Customizer > Additional CSS:

.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;
}

Delete that CSS

Perfect thank you very much, you have helped me to see the title. But the problem now is that the letters are too big, how can the letters be reduced in size?

Go to Customizer > Typography > Headings and change the Archive Content Title (H2)

This archived topic is closed to new replies.