February 25, 2022 at 2:54 am
#97305
Theme Horse Support Team
Keymaster
Please go to ‘Appearance > Customize > Design Options > Custom CSS’ and paste the below Custom CSS code.
@media (max-width: 767px) {
.entry-content td,
.comment-content td {
white-space: normal;
}
}
Thanks