Hi.
Post answers to comments cant be readed completely in mobile devices.
Right side of the lines are cut.
Thank you.
Regards.
Can someone please help me?
Please find a example below.
Hi,
Sorry for the late reply!
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
@media only screen and (max-width: 480px) {
#top .comment_text {
font-size: 15px;
}}
Best regards,
Yigit
I did it but It’s not working, please see responds on responds in my example.
Hey!
Please add following code to Quick CSS as well
@media only screen and (max-width: 480px) {
#top .commentlist .children ul {
margin: 0 20px 0 10px;
}}
Cheers!
Yigit
Perfect, thank you Yigit!