Site logo

Archived topic

Content text is not shown in the mobile and tablet versions

3 replies · Started by Débora on February 27, 2019

Viewing posts 1–4 of 4

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.

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

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 :)

No problem :)

This archived topic is closed to new replies.