When I tested my site that uses Enfold it says that it doesn’t pass the Mobile Friendly test because the content is wider than the screen and the links are too close together.
When I run the PageSpeed test, I get similar issues. It looks like the <span class=”avia-menu-text”> is the problem.
How can I fix this?
One user in the forum suggested this additional CSS:
.responsive .container {
max-width: 1010px !important;
}
However adding it didn’t change the test results.
The site is http://www.securitycentralinc.com/
Thanks!
Hi foxfirecr8!
You have your body set to a min-width of 600px.
body {
font-family: "Open Sans",sans-serif;
font-size: 15px;
line-height: 1.6em;
min-width: 600px;
}
That’s going to cause problems on small mobile devices.
Best regards,
Elliott
Hi!
I cleared my cache and checked your site again but I still see the min-width CSS in your source code. Your using a minify plugin it looks like. Try deactivating that and clear the cache of any caching related plugins you might have installed.
Regards,
Elliott