I would love if anyone could help me?
I bought the extension the other day
Â
I don't understand what the problem is
I checked on CSS
I've disabled extensions I've installed
And the problem remains
This happens after I respond to a page
And it's important to note that this is not a post page
This is a regular page on the site that I opened it for comments!
 link website:
Hi @ilan-gez,
Please navigate to Dashboard > Comments > Settings > Styles admin page, put this CSS code in the Custom CSS Code textarea, save it, delete all caches. When you check it on mobile, please use a new private session of mobile browser to see the change. Mobile browsers have a hard cache so you may not see the change. You should check it with a new private session or go to browser settings and delete caches.
@media screen and (max-width: 600px){
#wpcomm div.wpd-field-desc span {
width: 200px;
}
}