Site logo

Archived topic

Name doesn't look like the CSS is right on comments

7 replies · Started by johnzoro on January 21, 2023

Viewing posts 1–8 of 8

Name doesn't look like the CSS is right on comments

namecomment

Hi there,

have you made any modificatins to the Comments Form or any plugins that affect them ? As that field is missing its type attribute which is why it has a different style.

possibly? can i change it?

oh i have got wp forms

could that be affecting it?

I deactivated every plug in apart from GP premium and it was still the same

I don't think it's a plugin causing this, unless that plug in happens to be gp premium

Try adding this CSS to fix that:

.comment-form input#author {
  color: #666;
  background-color: #fafafa;
  border-color: #ccc !important;
  border: 1px solid;
  padding-top: 10px;
  padding-right: 15px;
  padding-bottom: 10px;
  padding-left: 15px;
  max-width: 100%;
}

Thank you David!

That sorted it!

Glad to hear that

This archived topic is closed to new replies.