Site logo

Archived topic

Increase padding under single post/page meta entries

5 replies · Started by Charles on May 8, 2020

Viewing posts 1–6 of 6

Hi there,

What CSS can I use to increase the padding under single post/page meta entries?

Thanks in advance

Hi there,

Find this CSS in Additional CSS in the customizer:

.single .entry-meta {
    padding-top: 10px;
    font-size: 14px;
    font-weight: 600;
}

And add padding-bottom to it.

Is it possible to just alter this on post and pages rather than on archive page as well?

Edit the CSS above.

Brilliant, thanks for the help.

No problem :)

This archived topic is closed to new replies.