Limited Support
Our team is currently on holiday, so support will be limited during this period. Response times may be slower than usual, and some inquiries may be delayed.
We appreciate your patience and understanding, and we’ll resume our usual support by the end of August.
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!
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.