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.
How-to and Troubleshooting
1
Posts
1
Users
0
Reactions
1,162
Views
Apr 26, 2020 9:39 pm
Hi 🙂
I set comment text size to 15px, however I want to set it to 14px or lower for the mobile version, since 15px looks so big on mobile. How can I achieve that? I tried the CSS below but it's not working.
@media (max-width: 768px) {
#wpdcom .wpd-comment-text {
font-size: 14px !important;
}
}