Decrease font size of comments text at mobile resolutions

Posted in: Newspaper
Post count: 36

How do I decrease the font size of the actual text of the comments posted on an article when viewed on mobile devices/resolutions?

Thanks!

Post count: 20688

Hi,

You could use a code like this to change the font size for the comments
https://www.screencast.com/t/qeBiobUj1
If you would like it to apply only for specific devices, you can enter the code accordingly
https://www.screencast.com/t/O4gvzocZdAMG

.comment-content p {
font-size: 10px;
}

Thanks

Post count: 36

Perfect, thanks again!

Viewing 3 posts - 1 through 3 (of 3 total)
The forum ‘Newspaper’ is closed to new topics and replies.