Notifications
Clear all
Topic starter
03/03/2020 2:23 am
Hello,
can anybody tell me why there is such a big space below the discussion? It's not even possible to hide correctly via CSS. How to remove it?
Thank you.
Topic starter
03/03/2020 6:03 pm
Hello, you can go to any of our posts, i.e. here https://www.keengamer.com/articles/features/opinion-pieces/5-reasons-why-you-should-play-hollow-knight/ and switch to mobile view please.
Thank you.
03/03/2020 6:12 pm
Please navigate to Dashboard > Comments > Settings > Styling tab, put the CSS code in the "Custum CSS code" textarea:
@media screen and (max-width: 420px){
div#comments {
margin: 0;
}
div#wpcomm {
margin: 7px auto 0px auto;
padding: 1px 0 0 0;
}
aside#gp-sidebar-right {
padding-top: 0;
}
}
Don't forget to delete all caches before checking. If you check on mobile devices, please use incognito mode.
Topic starter
03/03/2020 6:25 pm
Thanks, that works ;-).