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?
I’m getting the following errors from https;//tvpp.tv
Any idea how I can fix this?
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;
}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
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.
The rules above are for Ultra. Puro is already using 16px as the body font size. Thanks.
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.
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 🙂