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 🙂
Popular choice Professional Developers At Your Fingertips! If you need services beyond standard support, we've got your back!
Let's get started
Services we offer: Graphic work / visualizations Full WordPress development and design
We use cookies to enhance your experience. By continuing to visit this site you agree to our use of cookies.Got it