Resolved

Mobile Usibility errors on Google Search Console

Ultra Theme started by funkytwig Jun 17, 2019 6 replies
funkytwig Jun 17, 2019 · 8:50 pm #12878

I’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?

Andrew Misplon Puro Jun 18, 2019 · 8:14 am #12881

Hi 🙂

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;
}
shreddie Feb 9, 2020 · 10:41 am #13963

I am using Puro Premium, and am seeing these errors in Google Search Console too:
-Text too small to read
-Clickable elements too close together

I 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

Andrew Misplon Puro Feb 9, 2020 · 10:55 am #13964

Hi, 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.

Andrew Misplon Puro Feb 9, 2020 · 10:57 am #13965

The rules above are for Ultra. Puro is already using 16px as the body font size. Thanks.

shreddie Feb 9, 2020 · 11:36 am #13966

OK, 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.

Andrew Misplon Puro Feb 9, 2020 · 11:40 am #13967

Sounds 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 🙂

7 posts
Closed This topic is closed to new replies. Still stuck? Start a new topic in Ultra Theme.