Problem with comment box

i have free wordpress theme (redwaves lite) it is very good but there is a small problem in comment box it is not fit all the comment area
this is the problem

this is an example (see comments in this post)
https://pharmapedia.pw/dexa-gel-for-eye-%D8%AF%D9%8A%D9%83%D8%B3%D8%A7-%D8%AC%D9%84-%D9%84%D9%84%D8%B9%D9%8A%D9%86/
theme link
https://wordpress.org/themes/redwaves-lite/
i tried to add (height: auto; ) but not working
any help please

Hi,
The problem is not about the height/min-height, you have a float that is not contained.


.commentmetadata {
   /* float: right; delete this*/
}

I really see no need for that float anyway so just remove it and everything should work as expected.

1 Like

thank you for all but ,
i did this and delete this part but still the same problem

I see that the float is still in place in your CSS file.

When you remove it and clear your cache you will get the results you want.

4 Likes

thank you very much
it is fixed and working now
thank you for your time

1 Like

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.