[Resolved] Comment area not showing on mobile

Home Forums Support [Resolved] Comment area not showing on mobile

Home Forums Support Comment area not showing on mobile

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #657282
    Paul

    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 ๐Ÿ™‚

    #657286
    Leo
    Staff
    Customer Support

    Hi there,

    Try removing this in your child theme’s style.css:

    @media (max-width: 768px)
    #comments {
        max-width: 100%;
        padding: 0px;
        overflow: hidden;
    }
    #657292
    Paul

    Hi Leo, I did already remove that but it looks like the CSS is cached.

    Will let you know if that fixes it.

    #657294
    Leo
    Staff
    Customer Support

    It does look like some sort of caching issue as I’m seeing the same code twice everywhere:
    https://www.screencast.com/t/l1WC2cnA

    #657538
    Paul

    Managed to get the cache to clear and the updated CSS has fixed the issue – thanks!

    #658037
    Leo
    Staff
    Customer Support

    No problem ๐Ÿ™‚

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.