Site logo

Archived topic

Cropped titles in home page

1 reply · Started by Francisco on August 24, 2020

Viewing posts 1–2 of 2

Hi,

I am searching in the forum, I tried all the options inside Widgets, Appeareance, etc. and I can't fix it.

In my site all the titles of the front page entries are cropped:

How can I fix it?

Thanks,
Francisco

Hi there,

the Dispatch Sites add a little CSS to limit the Archive headlines to 2 lines.
To remove that go to Customizer > Additional CSS and DELETE this:

@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.