Elements are to close together and text is to small.
Please can someone advise on how to solve this before i drive myself insane with it? my site is www.hydeparktiles.co.uk I'm just working through the errors on there.
Your help is much appreciated. Thanks,Ant.
The “Clickable elements too close together” error might get displayed for several reasons, but the commonest of all is because the touch target is too small. The touch target size should be around 48px. You should use additional padding to increase the touch target size to 48px.
Is this something I can alter on a style sheet that would solve the issue? If so does anyone know where it would need changing?
Also someone said increase the text size, i appreciate that but where do I update the size for the clickable links ?
Thanks,
Anthony
2. if that is all you have to worry about - GREAT JOB - well done - 5 Stars
If you would be so kind as to always post your OC version, that would be great.
Although in this case a web link is correct - although what exactly you are having the issue with is unknown.
But since you asked so nicely and made the effort - I will guess you mean the top links on a mobile.
/* to only make it applicable for mobile */
Code: Select all
@media (max-width: 767px) {
Code: Select all
padding-left: 8px;
Code: Select all
font-size: 20px;
There is another directive for only mobile already in there .. [ ie the @media above ] so you can add inside that
Code: Select all
#top .btn-link, #top-links li, #top-links a {
padding-left: 8px;
}
#top .btn-link, #top-links li, #top-links a .fa {
font-size: 20px;
}
add all custom styles under it
Code: Select all
/* CUSTOM STYLES */
@media (max-width: 767px) {
#top .btn-link, #top-links li, #top-links a {
padding-left: 8px;
}
#top .btn-link, #top-links li, #top-links a .fa {
font-size: 20px;
}
}
DISCLAIMER:
You should not modify core files .. if you would like to donate a cup of coffee I will write it in a modification for you.
https://www.youtube.com/watch?v=zXIxDoCRc84
Professional OpenCart extensions, support and custom work.
Contact me via email or Skype by support@thekrotek.com
Don't they lower your position in the search results though?
UK OpenCart Hosting | OpenCart Audits | OpenCart Support - please email info@antropy.co.uk
Some of the recommendations are just recommendations, some will do more harm than good.
If by causing another factor to be reduced will result in loosing rankings (if there is a correlation) - it is not so black and white as that.
DISCLAIMER:
You should not modify core files .. if you would like to donate a cup of coffee I will write it in a modification for you.
https://www.youtube.com/watch?v=zXIxDoCRc84
Definitely not for clickable elements being too close or missing parameters in review snippets.paulfeakins wrote: ↑Tue Nov 09, 2021 7:31 pmDon't they lower your position in the search results though?
Professional OpenCart extensions, support and custom work.
Contact me via email or Skype by support@thekrotek.com
Well, considering that Lighthouse marks 3 SEO points down for this "offence", I would actually say the opposite: definitely yes for overlapping target areas.
As per these results, in addition to what @mona has already suggested above, you should also add
Code: Select all
footer li {
font-size: 20px;
padding: 14px;
}
Code: Select all
footer h5 {
font-size: 20px;
}
In addition, I have noticed that your product descriptions feature the product title twice in an <h2> header, you might want to remove the duplicates.
Sidenote: I find the overall look of your site really refreshing! Clean, simple, to the point and looks much more professional than the way-overloaded, convoluted themes that seem to be fashionable nowadays. This shows that you can achieve great results with minimal customisation of the default opencart look.
Attachments
Lighthouse_Screeenshot.png (924.22 KiB) Viewed 953 times
Trust me, nothing at all will happen with your SEO standings due to this issue no matter who marks what.
Professional OpenCart extensions, support and custom work.
Contact me via email or Skype by support@thekrotek.com
But surely Lighthouse have done tests to try and work out what factors actually matter?
And even if not, the algorithm is constantly evolving and it's likely to penalise sites that don't follow very basic SEO guidelines.
UK OpenCart Hosting | OpenCart Audits | OpenCart Support - please email info@antropy.co.uk
Users browsing this forum: Amazon [Bot] and 44 guests