Hi there! I just purchased the full Bundle and am having trouble configuring Widgets to look nice with my theme. Can you help?
1) When comments are displayed on more then one line, the words are broken in the middle to run to the next line. Please see attached. Is there a way to adjust the word wrap? (attachment 1)
2) There is a back border around the user's avatar. Can this be removed? (attachment 1)
3) In the recent comments tab, is there a way to remove the date? Or swap the user name and date? "Laura on 12/16/19", for instance? (attachment 2)
Here is my current Settings > Addons> Widget Custom CSS:
#widget-comments-container .wpdiscuz-widget-popular-comment-author .popular-comment-author-body {
word-wrap: normal; font-size: 16px !important; width: 80%;
}
#widget-comments-container.widget-comments-container div.wpdiscuz-widget-comment-exc, #widget-comments-container .wpdiscuz-widget-comment .wpdiscuz-widget-comment-content p.wpdiscuz-widget-comment-title,#widget-comments-container.widget-comments-container .popular-comment-author-disp-name .commenter-name-box {
font-size: 16px !important;
}
Thanks in advance for your help!