Archived topic
Clickable elements too close together
5 replies · Started by aaron on November 22, 2021
I have around 23 pages that are getting error on Google Search Console saying:
-Text too small to read
-Clickable elements too close together
-Content wider than screen
When I check some of the URL, it says crawled successfully, but errorshowing "Page is not mobile friendly".
when I removed images from the post, "Page is not mobile friendly" error is gone and changed to "Page is mobile friendly"
How do I fix this without deleting the images?
Hi Aaron,
For Text too small to read and Clickable elements too close together:
You may find this helpful - https://docs.generatepress.com/article/text-too-small-to-read-and-clickable-elements-too-close-together/
For Content wider than screen:
Usually, this CSS addresses it -
html, body { overflow-x: hidden; }
where do I put this "html, body { overflow-x: hidden; }"?
Customize>Additional CSS?
Hi there,
Customize>Additional CSS? - Yes, thats correct
I just entered it at the end of Additional CSS, how do I know/check if it is working?
I tested the page on Mobile Friendly Test and it passed: