Site logo

Archived topic

How to make my front page show entire titles (and not just 2 lines)

3 replies · Started by Petra on March 18, 2020

Viewing posts 1–4 of 4

Hi,

I'd like my site https://www.evermind.fi to show full titles on the front page, but now it's only showing the first two lines. Where is that changed? (On mobile full titles are shown.)

Hi there,

in Customizer > Additional CSS - remove this CSS:

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

Hi David,
Brilliant, thanks – that did the trick :)

Glad to be of help

This archived topic is closed to new replies.