• Hello!
    Twenty Twelve Child here and you can find my website here

    I have 2 problems:
    1. Move the “Leave a Reply “to the same line as the date
    2.Change the text of “Leave a Reply”

    Thanks in advance for your help!

Viewing 1 replies (of 1 total)
  • The CSS below might work.

    If your theme provides a way to enter custom CSS, use that. Otherwise, you should create a Child theme or use a CSS plugin such as Simple Custom CSS to make your changes. If you do not, all of your changes will be lost if you update your theme.

    You can test this by adding it to the end of your theme’s style.css, but to make it permanent, you should do as suggested above:

    #content .comments-link {
        position: absolute;
        bottom: 3em;
        right: 0;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Leave a Reply on same line as date’ is closed to new replies.