- This topic has 6 replies, 3 voices, and was last updated 4 years, 9 months ago by Andrew Misplon.
- AuthorPosts
- June 17, 2019 at 8:50 pm #12878
funkytwigParticipantI’m getting the following errors from https;//tvpp.tv
- Text too small to read
- Clickable elements too close together
- Content wider than screen
Any idea how I can fix this?
June 18, 2019 at 8:14 am #12881
Andrew MisplonKeymasterHi 🙂
Thanks for posting.
Text too small to read:
Not sure here, perhaps try adding:@media (max-width: 480px) { .entry-content { font-size: 16px; } }
Clickable elements too close together:
Try the adjustment above and then re-run the test, see if anything changes.Content wider than the screen:
I can’t see this but you might try adding to Additional CSS:body { overflow-x: hidden; }
February 9, 2020 at 10:41 am #13963
shreddieParticipantI am using Puro Premium, and am seeing these errors in Google Search Console too:
-Text too small to read
-Clickable elements too close togetherI tried adding your CSS above, but it did not seem to fix the errors in GSC. (By the way, there is a typo in the media query CSS above – need a semi-colon after the font size instead of a colon.)
Any other suggestions for addressing these issues? The site is https://checkedintolife.com
Thanks
February 9, 2020 at 10:55 am #13964
Andrew MisplonKeymasterHi, these can be very time consuming to try and resolve as Google doesn’t provide any information as to where on the page the issue is so you have to make adjustments, re-run the validator and keep trying until the validator passes. If you need help changing a specific element, please, open a new support topic, let me know specifically which element on the page you’d like a hand adjusting and I’ll lend a hand from there. Thanks.
February 9, 2020 at 10:57 am #13965
Andrew MisplonKeymasterThe rules above are for Ultra. Puro is already using 16px as the body font size. Thanks.
February 9, 2020 at 11:36 am #13966
shreddieParticipantOK, thanks Andrew. I’ve decided not to try and fix these, because when I am testing the site on mobile, it appears to work and display fine, to me.
February 9, 2020 at 11:40 am #13967
Andrew MisplonKeymasterSounds good. If there is anything you’d like to adjust in the future, please, let me know and we’ll find a solution. Cheers for now 🙂
- AuthorPosts
The topic ‘Mobile Usibility errors on Google Search Console’ is closed to new replies.