[Resolved] Increase padding under single post/page meta entries

Home Forums Support [Resolved] Increase padding under single post/page meta entries

Home Forums Support Increase padding under single post/page meta entries

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1275498
    Charles

    Hi there,

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

    Thanks in advance

    #1275610
    Leo
    Staff
    Customer Support

    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.

    #1279583
    Charles

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

    #1279686
    Leo
    Staff
    Customer Support

    Edit the CSS above.

    #1279869
    Charles

    Brilliant, thanks for the help.

    #1280024
    Leo
    Staff
    Customer Support

    No problem 🙂

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.