Site logo

[Resolved] No Gap Between Author Name & Post Date

Home Forums Support [Resolved] No Gap Between Author Name & Post Date

Home Forums Support No Gap Between Author Name & Post Date

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #2484276
    Jodie

    Hi,

    Underneath the H1 of all my posts, there’s the author name (linking to the author archive page) and the date the post was published.

    For some reason, there’s no space between those elements. How do I fix this?

    Thanks for your help!

    Cheers Jodie

    #2484290
    Fernando
    Customer Support

    Hi Jodie,

    Can you try adding this through Appearance > Customize > Additional CSS?:

    .single-post .entry-header .entry-meta > *:not(:last-of-type) {
        margin-right: 4px;
    }

    Let us know how it goes.

    #2484346
    Jodie

    Hi Fernando

    I should have been more specific. In the screenshot you’ll see there is no gap between 2022 and the word by.

    I added the css you gave but no change.

    Cheers Jodie

    #2484505
    David
    Staff
    Customer Support

    Hi there,

    try adding this CSS:

    
    .entry-meta .posted-on {
        margin-right: 6px;
    }
    #2485409
    Jodie

    Hi David

    Thanks for getting back to me.

    I’ve tried that css above and cleared the cache.

    Still no gap between the 3 and b

    Anything else I can try?

    Thanks so much for your continued support.

    Cheers Jodie

    #2485437
    Fernando
    Customer Support

    Either code should work.

    There’s a syntax error in your CSS code.

    Specifically, the one right above the new code.

    This one:

    @media screen and (max-width: 860px)
    {.cg-table-six .cg-table-col.cg-table-sm-head {
      font-size: 13px!important;
    }

    It’s missing a rebrace – }

    Add a } under that.

    After doing that, either code by me and David should work.

    #2485448
    Jodie

    Thanks so much Fernando for picking up that syntax error. I’ve fixed that and of course the css you guys gave works.

    Thanks again for your help.

    Cheers Jodie

    #2485451
    Fernando
    Customer Support

    You’re welcome, Jodie!

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