Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #306896

    Hi guys,
    Two questions:
    1. Could you please tell me how to me “Logged in as…Log out” line below the comments window?
    2. Could you please tell me how to put the two “Notify me…” lines and checkboxes that re below the “Post Comments” button onto a single line?
    Thanks,
    Trevor

    #307266

    Hey trevorjohnston!

    1) Can you please rephrase the first question – I’m not sure what you mean with: “. Could you please tell me how to me “Logged in as…Log out” line below the comments window?”

    2) Yes, can you post a link to your comment form please?

    Regards,
    Peter

    #307330

    I decided to move the “Logged in” line flush right and move the “Got thoughts? Leave a comment” heading down. I adjusted the bottom margin of the heading to do this, but that results in a major mess when viewed on a phone. Please let me know the correct way to achieve this.

    Still need help with #2:

    2. Could you please tell me how to put the two “Notify me…” lines and checkboxes that are below the “Post Comments” button onto a single line? i.e. Move “Notify me of new posts by email” up and right so it is on the same row as: “Notify me of follow-up comments…”

    Here’s a link to a page with the comments window site: http://trevorjohnston.com/wordpress/portfolio-item/biolite-campstove-2/

    Thanks much,
    Trevor

    • This reply was modified 10 years, 3 months ago by trevorjohnston. Reason: Just discovered my solution to #1 didn't display properly on the phone. Sorry for the confusion
    #307620

    Hey Trevor!

    Try adding this code to the Quick CSS:

    @media only screen and (min-width: 989px) {
    p.comment-subscription-form {
        width: 30%;
        float: left;
    }
    }

    Cheers! 
    Josue

    #307831

    Perfect! That did it. Thanks very much!

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Comments field adjustments’ is closed to new replies.