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
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
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
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
Perfect! That did it. Thanks very much!