Clickable elements too close together | Content wider than screen | Text too small to read – solved

Google search console errors

If you get all this error, then this article will help you. According to the new rules of search console, if the clickable elements of your website are very close, then according to Google, your page is not mobile friendly. And this can make a difference on your ranking. And that’s not good enough for your website. But don’t worry we will help you to solve this error.

If you want to solve this error, follow the simple steps given below

Go to your wordpress dashboard. Then click on Appearance, after that click on Customize.

Click on Appearance
Click on customize

After that click on additional css, then copy and paste the coed given below –

Click on Additional css

Paste the coed on additional css

@media (max-width: 991px){
.main-navigation .menu li {
margin: 10px 0px;
}
}

Paste the code here
Then click on publish

Hope this article is helpful for you, thanks for visiting our site.