How-to and Troubleshooting
7
Posts
2
Users
4
Reactions
4,689
Views
Apr 17, 2023 2:37 pm
The problem of the comments form does not appear on the phone well
6 Replies
Apr 18, 2023 7:44 am
Hi
Use the CSS code below:
#comments .comment, #comments .pingback {
position:static;
}
.wpd-avatar a img, .wpd-avatar img {
position:static !important;
}
@media (max-width: 767px){
body.rtl #comments .comment .avatar {
float: none;
}
}
Put the code in the "Custom CSS code" textarea, located in the Dashboard > wpDiscuz > Settings > Styles & Colors admin page.
Don't forget to delete the caches before checking.
Apr 20, 2023 8:55 pm
Thank you very much, I solved the problem
I will rate your wonderful products on the WordPress store




