Limited Support
Our team is currently on holiday, so support will be limited during this period. Response times may be slower than usual, and some inquiries may be delayed. We appreciate your patience and understanding, and we’ll resume our usual support by the end of August.
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;
}
}