Leave a Reply - smaller

What should I do to have “Leave a Reply” smaller?
Attached picture if I did not understand!
Thank you.

Hi @drillbell,

I hope you are well today and thank you for your question.

You can make the comment input fields smaller by adding the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area -> Apperance -> Theme Options -> Other -> Custom CSS

#respond form input[type="text"] {
  padding: 0.500rem;
}

Adjust he value 0.500 in the above code to whatever you want to.

Best Regards,
Movin

Hi,
I put the code that you wrote yourself, but no change, where I wrong! :frowning:

Hi @drillbell,

I have tested it and it’s working fine on my test site.

Where are you adding the provided code?

Could you please share me your site URL where you are using it so that i can troubleshoot it?

Regards,
Movin

Hi,
I add the cod in Apperance -> Theme Options -> Other -> Custom CSS.
I disabled all plugins and does not work! Why?
link

Hi @drillbell,

I visited your shared page and found the provided code is working fine.

You can see the difference between image sizes in the attached screenshots before and after adding the provided CSS code.

Could you please test it after clearing your browser cache?

Regards,
Movin