Home › Forums › WoodMart support forum › Problem with comments › Reply To: Problem with comments
February 22, 2023 at 10:17 am
#445295
Artem Temos
Keymaster
Hello,
Try to add the following code snippet to the Custom CSS area in Theme Settings to fix this issue.
.wd-argument-label {
flex-shrink: 0;
margin-inline-end: 5px;
}
Kind Regards