Moving edit/comment/timestamp

  • Unknown's avatar

    is there a way to move it from the left of my post’s as everything seems un aligned?
    Possibly the top or bottom?

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

  • Unknown's avatar

    Hi there, let’s start with this. Go to Customize > CSS, delete all the informational text in that window, and paste in the following custom CSS, save and publish and then view your site. The Preview in the Customizer may look a bit wonky, but it should be alright on the actual site. It puts the post meta data that was on the left on the bottom, like on narrower screens.

    @media screen and (min-width: 61.5625em) {
      body:not(.search-results) article:not(.type-page) .entry-footer {
        width: 100%;
      }
      .entry-footer > span:not(:first-child)::before {
        content: "02f";
        display: inline-block;
        opacity: .7;
        padding: 0 .538461538em;
      }
      .entry-footer > span:not(:first-child) {
        display: inline-block;
        padding-top: 30px;
      }
      body:not(.search-results) article:not(.type-page) .entry-content {
        width: 100%;
      }
    }
  • Unknown's avatar

    hey thanks so much, that looks exactly like i was wanting

  • Unknown's avatar

    Hooray and you are welcome!

  • The topic ‘Moving edit/comment/timestamp’ is closed to new replies.