Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Twenty Twenty: Comment box is left-aligned #1854

Closed
tbradsha opened this issue Mar 12, 2020 · 4 comments
Closed

Twenty Twenty: Comment box is left-aligned #1854

tbradsha opened this issue Mar 12, 2020 · 4 comments
Labels
Support [Type] Bug Something isn't working
Milestone

Comments

@tbradsha
Copy link

As one can see below, the "Leave a reply" title is centered, but the comment box is not:

image

@tbradsha tbradsha added this to the Twenty Twenty milestone Mar 12, 2020
@tbradsha tbradsha added the [Type] Bug Something isn't working label Mar 12, 2020
@tbradsha
Copy link
Author

Reported in 19355308-hc.

Right now it has margin: 0, so here's a workaround to override that:

#respond form {
  margin: auto;
}

@lancewillett
Copy link
Contributor

Hi @tbradsha — just to help speed up debugging reports like this, could you link to a live example? A URL of a test site is fine (not showing personal data from a customer).

I confirmed on https://twentytwentydemo.wordpress.com/2019/10/15/hello-world/ — theme demo site by turning on comments just for that one post.

Screen Shot 2020-03-12 at 14 51 26

@fresatomica
Copy link

Also reported here: https://wordpress.com/forums/topic/twenty-twenty-comment-box-alignment/

Apart from being left-aligned, if you're not logged in, the data also does not display correctly, example: https://basil83.wordpress.com/2020/04/05/%eb%8c%93%ea%b8%80-%ec%82%ac%ec%9a%a9%ec%97%90-%eb%8c%80%ed%95%98%ec%97%ac/

Screen Shot on 2020-04-07 at 11-19-58

@allancole
Copy link
Contributor

This issue should be fixed on wpcom now.

See here: r55847-wpcom-themes

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Support [Type] Bug Something isn't working
Projects
None yet
Development

No branches or pull requests

5 participants