How-to and Troubleshooting
3
Posts
2
Users
0
Reactions
859
Views
May 04, 2021 2:40 pm
I have disabled the "Display Avatars" in settings but there is a white space showing up in mobile view.
https://www.memescout.com/1979/#comment-1
Can anyone help me fix this?
Thanks!
2 Replies
May 05, 2021 6:54 am
@kowalkowski90,
Please use the CSS code below:
@media screen and (max-width: 600px){ #wpdcom.wpd-layout-2 .wpd-comment .wpd-comment-header .wpd-user-info{ margin-left: 0 !important; } }
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.
May 07, 2021 1:36 pm
Ok, I was just wondering is that bug with the comment system or my theme?