• I read in one post that it’s possible to align the counter to the right of the post using css. How would I do this, please?

Viewing 1 replies (of 1 total)
  • mitchellk

    (@mitchellk)

    Very simple, add this into your CSS

    /* Make Post Views Count Float Right */
    body .post-views { float: right;}

Viewing 1 replies (of 1 total)
  • The topic ‘Align to the right of the post’ is closed to new replies.