Site logo

Archived topic

how to get this with generatepress and generateblocks

19 replies · Started by bruce on July 18, 2022

Viewing posts 16–20 of 20

ok.

both questions resolved.

so appreciate about it.

just now i have one new question about title.

If the query loop block’s posts title is two lines long, how do I set the header to display only one line

thanks.

In that case, do you want to hide the rest of the title if it's too long?

Try this CSS:

.home .gb-query-loop-wrapper h2 {
    white-space: nowrap;
    overflow: hidden;
}

ok.

best regards.

thanks again.

No problem :)

resolved!

This archived topic is closed to new replies.