Archived topic
Comment area not showing on mobile
5 replies · Started by Paul on August 22, 2018
Hello,
If you take a look at this post on desktop, you should see that there are lots of comments after the post content.
However, as soon as the screen is reduced to 768px and below the entire comment section vanishes - leaving an empty space. It seems to happen on all posts.
It's probably something I've done, but if anybody can offer me any advice I would be extremely grateful :)
Hi there,
Try removing this in your child theme's style.css:
@media (max-width: 768px)
#comments {
max-width: 100%;
padding: 0px;
overflow: hidden;
}
Hi Leo, I did already remove that but it looks like the CSS is cached.
Will let you know if that fixes it.
It does look like some sort of caching issue as I'm seeing the same code twice everywhere:
https://www.screencast.com/t/l1WC2cnA
Managed to get the cache to clear and the updated CSS has fixed the issue - thanks!
No problem :)