How-to and Troubleshooting
1
Posts
1
Users
0
Reactions
951
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;
}
}