[Resolved] Content text is not shown in the mobile and tablet versions

Home Forums Support [Resolved] Content text is not shown in the mobile and tablet versions

Home Forums Support Content text is not shown in the mobile and tablet versions

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #823667
    Débora

    Hi all. First of all, thank you for your great work and apologies for my bad English.

    My problem is that the content text sections on different pages (blog, home, etc.) is not shown in the mobile and tablet versions.

    In the desktop everything works correctly.

    But in the others, after doing many tests, the text still does not appear.

    The problem only happens with the text labeled as a paragraph, the headlines are shown in all versions.

    How can I solve that?

    My website URL is https://www.deborarodfer.com

    Thanks in advance

    Edit:
    The web is in coming soon mode, but I temporarily deactivate it so you can see the site and we can solve this problem.

    #823702
    Leo
    Staff
    Customer Support

    Hi there,

    This CSS is causing the issue:

    @media (max-width: 768px) {
      body {
        font-size: 0.0em !important;
      }
    }

    Looks like you’ve modified it? The original CSS should be 0.9em

    #823712
    Débora

    Problem solved!

    I modified it because the headlines (in font Zilla Slab Highlight) with that spacing between the letters looked bad. But I did not need to change it in the paragraphs.

    So I put it back as it was originally and done.

    Many thanks 🙂

    #823934
    Leo
    Staff
    Customer Support

    No problem 🙂

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