• Hi there,

    I use SEOPress to create an html sitemap. Google search console has been giving me a mobile usability error, saying that the clickable elements are too close together.

    I contacted the theme’s support to increase the space in the clickable elements, and they said I should add the following css:

    .wrap-html-sitemap {
    width: 1170px;
    margin: 0 auto;
    }
    .wrap-html-sitemap ul li {
    padding: 10px 0;
    }
    @media (max-width: 1200px) {
    .wrap-html-sitemap {
    width: 100%;
    padding: 0 20px;
    }
    }
    This is best we can provide and you need to talk to the plugin author if this doesn’t fix this issue.

    It didn’t fix the issue. Can you help me?

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Google Search Console gives me an error at html sitemap’ is closed to new replies.