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

Comment Box is Cut in Mobile View #1240

Open
keyurptl opened this issue Feb 6, 2024 · 1 comment
Open

Comment Box is Cut in Mobile View #1240

keyurptl opened this issue Feb 6, 2024 · 1 comment

Comments

@keyurptl
Copy link

keyurptl commented Feb 6, 2024

Comment Box is Cut in Responsive View in New Details Blog Details Page:

To Reproduce

Steps to reproduce the behavior:

  1. Open Website in Mobile
  2. Go to News Details Page (https://central.wordcamp.org/news/2024/01/wpbeginner-joins-the-wordpress-global-community-sponsorship-program-in-2024/)
  3. See error

Screenshots

comment-box

Expected behavior

  • Comment Box should show properly & Border should be visible all side (All side border-box) Like this.

after-patch

Solutions

  • Go to style.css file (/wp-content/themes/wordcamp-central-2012/style.css)
  • Go to Line no 2750
    Need to Replace this CSS

#content #respond textarea { width: 98.8% !important; height: 185px }

With this CSS

#content #respond textarea { width: 100% !important; height: 185px; box-sizing: border-box; }

URL: https://central.wordcamp.org/news/2024/01/wpbeginner-joins-the-wordpress-global-community-sponsorship-program-in-2024/

@keyurptl
Copy link
Author

keyurptl commented Feb 9, 2024

PR: #1247

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant