Home › Forums › Jevelin Theme › Comments on mobile
Home › Forums › Jevelin Theme › Comments on mobile
Hi again,
Do you know by any chance why the comments on the mobile version of the hebrew website look so narrow? Is there a way to make them look wider and actually readable?
Url: https://cake-lab.org/עוגות/פלזיר-סוכרה-שוקולד-רובי/
Hi @Cakelab,
I hope you are well today and thank you for your question.
They display narrow on mobile because they are nested comments.
You can make them wider by adding the following CSS code in the Custom CSS code option of your theme on the below path.
Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code
@media (max-width: 900px){ .sh-comment-list ol.children { padding-left: 0; } }
Best regards,
Shufflehound team
Well, it’s not perfect yet, but looks much much better.. Thanks for the help!
Solution for this topic
I take it back, I just played with it and changed it to:
@media (max-width: 900px){ .sh-comment-list ol.children { padding-left: 0; padding-right: 0; } }
And now it works perfect on both languages! Thanks so much 🙂
You are always welcome here 🙂