Is there any plans to upgrade Enfold to ensure it passes the google mobile friendly tests?
My site has failed on two counts
1 On Google Page speed insights I see…
Some of the links/buttons on your webpage may be too small for a user to easily tap on a touchscreen. Consider making these tap targets larger to provide a better user experience.
2. On Google Mobile Friendly test I see
Page appears not mobile-friendly
Content wider than screen
Links too close together
Since it is strongly rumoured that Google intends to rank site by their mobile friendly status in April 15 I would like to sort the issues out soon.
Hi Calcite!
Our demo passed, https://www.google.com/webmasters/tools/mobile-friendly/?url=http%3A%2F%2Fkriesi.at%2Fthemes%2Fenfold%2F.
Can you send us a link to your page? The messages google is giving you are very vague but we’ll take a look.
Regards,
Elliott
Hey Alan!
I think the problem is because of those links at the top, they’re taking too much space on mobile view, i’d suggest hiding them, you can use this code in Quick CSS to do that:
@media only screen and (max-width: 480px) {
.sub_menu {
display: none;
}
}
Cheers!
Josue
Thanks for the suggestion. I may have to rethink the menu plan then because some of the top links are important to be viewable.
UPDATE – I have added the CSS and will now wait until the cache
gets cleared before testing again.
Hi Calcite, your site looks great and your site passed all of Google’s mobile responsive test – congratulations! How did you do it? My site keeps failing http://sba.co.nz
Any tips?
Hi!
I tested your page on the Mobile-Friendly Test Tool and it returned a positive result – http://a.pomf.se/dlbhlz.png
Cheers!
Josue