Notifications
Clear all
Topic starter
27/03/2017 1:09 pm
Hello,
In my website an Article has problems with the comments area: is not responsive!
In the other articles the comments area works perfectly.
Where it could be the problem?
Thanks a lot.
PS: The article is this: http://www.cotipol.it/2017/03/13/forum/#comments
27/03/2017 11:16 pm
wpDiscuz is very responsive. Problem comes from your theme, it sets display:flex for comment area and affects wpDiscuz style on mobile. Please add this CSS code in Dashboard > Comments > Settings > Styling > Custom CSS Code Textarea. Then delete all caches and do Ctrl+F5 on post fornt-end:
.comment-respond, .comments-area, .single-related-posts{display: block!important;}
falcoZTL reacted
Topic starter
28/03/2017 1:58 am
Thanks a lot!!
The problem is solved!