Center Date/Comments Link

  • Unknown's avatar

    Hi There –
    How can I center my date/comments link?

    Also if I want to move JUST the comments to show BELOW my posts – how do I do that?

    Thank you!

    The blog I need help with is: (visible only to logged in users)

  • How can I center my date/comments link?

    Looks like you’ve already taken care of this in your site running Hemingway Rewritten, with:

    div.entry-meta {
         text-align: center;
         width: 100%;
    }

    Also if I want to move JUST the comments to show BELOW my posts – how do I do that?

    Try something like this to get you started:

    .comments-link {
      position: absolute;
      bottom: 0;
    }

    I noticed that you’ve hidden your footer credit with custom CSS. That’s not allowed — only Business-plan users may completely hide the footer credit, so please remove the CSS hiding the footer credit. You may choose from any of the new footer-credit options in the Customizer’s Site Identity panel or adjust its look and feel with CSS as long as the credit stays readable. If you need help with any adjustments, just let me know.

  • The topic ‘Center Date/Comments Link’ is closed to new replies.