• On the page where I use this plug-in, starting from the link above, Google Search Console reports an error in the “Mobile-friendly” requirement stating that: “Clickable elements are too close”

    To avoid this I need to increase the vertical spacing between tags.

    How to do this?

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author tugbucket

    (@tugbucket)

    I fI understand correctly, the easiest way would be to modify this part of the CSS:

    #mcTagMap .tagindex ul li, #sc_mcTagMap .tagindex ul li {
        list-style: none;
        padding: 2px 0;
        margin: 0;
    }

    You could start by changing the margin like so:

    #mcTagMap .tagindex ul li, #sc_mcTagMap .tagindex ul li {
        list-style: none;
        padding: 2px 0;
        margin: 0 0 10px 0;
    }

    that will add 10px between the items.

    Thread Starter paulogoncalves

    (@paulogoncalves)

    I made the changes you indicated and submitted the new Google Search Console review. It looks like it will work. Thank you so much for your help.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Increase vertical spacing between tags’ is closed to new replies.