Site logo

Archived topic

Can header font sizes vary in Dispatch?

3 replies · Started by Christopher on January 29, 2022

Viewing posts 1–4 of 4

I love the magazine grid header in Dispatch, but it's not very practical. You can display a normal length headline in the large image on the left side. But the two small images on the right side of the header can only accommodate very short headlines (about 4 to 6 words), so they typically get truncated.

Is there any way to make the font smaller in the small images on the right side? Like use an H1 for the main story on the left and H3 for the stories on the right. Or do they all have to be the same style?

https://www.synthpopfanatic.com/

Hi there,

you can add some CSS to reduce the font size of those elements:

.wpsp-grid .wp-show-posts article:not(:first-child) .wp-show-posts-entry-title {
    font-size: 16px;
}

Perfect! Thank you so much... amazing support as always.

Glad to be of help!

This archived topic is closed to new replies.