Sep 03, 2020 6:19 pm
I have changed the label that is under the avatar to "Company Agent". It seems that is so long that it only show "Company..". I want to know if there is a way to have that label in 2 lines, in the first one "company" and below that "agent".
Thanks!
1 Reply
Sep 04, 2020 6:46 am
Hi @laucha92,
You should use the CSS code like the one provided below:
#wpdcom .wpd-comment .wpd-comment-left {
width: 100px;
}
The red marked code can be changes as you like.
Put the code in the Top Admin Bar > Customize > Additional CSS > "Additional CSS" textarea, save it, delete all caches and check again.
Please don't forget to press Ctrl+F5 (twice) on the frontend before checking.