Site logo

Archived topic

TITLE LENGTH - MAGAZINE GRID

7 replies · Started by josepdlh on June 24, 2020

Viewing posts 1–8 of 8

Hello,

I'm using GP Premium and the DISPATCH theme https://gpsites.co/dispatch/.

I would like to know if there's a way to increase title lenght at the magazine-hero's home. The smalls thumbnails just cut the post's title.

Thanks

Hi there,

Not sure if I understand.

The length of the title depends on how much content there is in the title field.

Can you explain a bit more?

Hi,

The thumbnail cuts the full title. I would like the title on the thumbnail to look complete. Now the small thumbnails has the title limited, I would like to extend this and show the full title. If you can take a look on my website you will she the smalls thumbnails doesn't show the full title.

Hopes you can understand now.

Thanks

Hi there,

the Dispatch Site uses some CSS to reduce the title length.
Go to Customizer > Additional CSS and remove this:

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

Thanks.

It worked, gracias David.

You're welcome

Deleting this - I think I have some other caching issue going on. The proper title length shows up when I view the site on a phone. Hopefully it resolves in a couple of days.

Let us know how you get on :)

This archived topic is closed to new replies.