change minimum width to comment forms
-
For some reason the minimum default settings for the Wilson theme’s comment fields (Email, name, website) are set two high. They don’t render well for the iPhone SE. The form for entering comments appear to be set right, however.
https://ewtn.blog/2017/11/22/help-through-the-mail/comment-page-1/#comment-3
So can someone help me change the settings?
I also need help in changing the font size for the comments, and for the header “2 thoughts on “Building homes for teachers at a Catholic mission diocese in Togo, West Africa”
Thanks
The blog I need help with is: (visible only to logged in users)
-
Hi there, I’ve checked your site on my iPhone 6s Plus and see the issue there as well, but can’t see the issue when simulating an iPhone in my browser, so let’s try adding this at the very bottom of your custom CSS to see if that fixes the issue.
@media screen and (max-width: 600px) { #comment-form-guest { max-width: 100%; } } -
-
Until we can get this resolved… I will turn off comments on all the pages except for the following page which can be used for testing purposes.
-
Hi there, on the post you referenced above, I’m seeing comments are closed. Can you edit that post and turn comments back on so that I can see what I can figure out?
-
-
Thanks, the following will fix the issue with the comment form input fields.
#respond input { max-width: 100%; } -
thanks for your help
that worked. I left the earlier code in place. Should I take it out or keep it in?
-
- The topic ‘change minimum width to comment forms’ is closed to new replies.