December 12, 2021 at 2:34 pm
#94841
Theme Horse Support Team
Keymaster
Hi,
Please go to ‘Appearance > Customize > Additional CSS’ and paste the below Custom CSS code. The below code is based on the Current Custom Settings of your Site.
.widget_recent_comments ul li {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-bottom: 10px;
}
.widget_recent_comments ul li {
font-size: 0
}
.widget_recent_comments ul li a {
font-size: 17px;
color: #3e9fa0;
}
.widget_recent_comments ul li a:hover {
color: #1c6473;
}
.widget_recent_comments ul li span {
font-size: 14px;
-ms-flex-order: 1;
order: 1;
color: #757575;
}
Thanks