• Hi there,

    I’ve searched the forums and Google for this, but I’m still a little confused as to what to do. If I just want to change the LOCATION of the comment/reply link that appears on posts, how do I do that? It’s not that I want to make it invisible, or change the wording–I just want it to be at the bottom of a post, not at the top.

    How do I go about doing that for the Twenty-Twelve theme?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Not sure if it’s exactly what you’re looking for, but adding this to Jetpack’s Custom CSS (or your child theme, or whatever you’re editing in) should move the link down there with the rest of the meta info.

    #content .post { position: relative; }
    #content .comments-link { position: absolute; bottom: 1em; text-align: right; }
    #content .post { padding-bottom: 3em; }
    Thread Starter Azurite

    (@azurite)

    Yay, that worked! Thank you!
    In the future/for other themes, would I just look for CSS that mentions .comments-link in order to modify how it looks and where?

    In general, every theme has its own way of handling things, so probably not. But for the ‘Twenty’ themes, that may work.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Twenty Twelve] Changing location of reply link’ is closed to new replies.