Hi Reiep!
Please add the below css to your cusom css section:
#top .commentlist .comment>div {
width: 600px !important;
margin-left: 25% !important;
}
@media only screen and (max-width: 768px) {
#top .commentlist .comment>div {
width: 100% !important;
margin-left: 0 !important;
}
}
Cheers!
Dake
Thanks Dake, it’s working!