Tagged: console, google search
Getting 3 errors in Google Search console for Enfold theme:
1. Text too small to read
2. Clickable elements too close together
3. View port not set
When the client looks at the site on mobile, the magnifying glass is cutting into the logo area. She is using a galaxy9plus. On my Note8, it has no issues.
Hey rsetran,
Can you give us a link to your site?
You can post the link in private content, if you want it to be seen only by the moderators.
Best regards,
Nikko
Hi,
Please try the following in Quick CSS under Enfold->General Styling to activate the mobile menu at an earlier point:
@media only screen and (max-width: 1230px) {
nav.main_menu {
display: block !important;
}
#avia-menu .menu-item {
display: none;
}
.av-burger-menu-main.menu-item-avia-special {
display: block;
}
}
If you think your site doesn’t have the problems which Google are reporting then you can ignore what they are telling you.
Best regards,
Rikard