[Resolved] Mobile Usibility errors on Google Search Console

  • Author
    Posts
  • #12878

    funkytwig
    Participant

    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?

    #12881

    Andrew Misplon
    Keymaster

    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;
    }
    #13963

    shreddie
    Participant

    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

    #13964

    Andrew Misplon
    Keymaster

    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.

    #13965

    Andrew Misplon
    Keymaster

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

    #13966

    shreddie
    Participant

    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.

    #13967

    Andrew Misplon
    Keymaster

    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 🙂

Viewing 7 posts - 1 through 7 (of 7 total)

The topic ‘Mobile Usibility errors on Google Search Console’ is closed to new replies.

Scroll to top