• in the page headers i have the cloudtag but google says clickable elements are to close togther and text is too small
    changed smallest fontsize in tag but seems it doesnt change font size IRL…?
    that is google search console doesnt OK it….

    <p>[cool_tag_cloud smallest=’20′<br>
    largest=’40’ number=’15’ order_by=’count’]</p>

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

Viewing 1 replies (of 1 total)
  • Plugin Author WPKube

    (@wpkube)

    It reports elements with smaller font size than 16px (not a definite rule, but that should be the most common number that can be used as reference)

    <p>[cool_tag_cloud smallest=’20′<br>
    largest=’40’ number=’15’ order_by=’count’]</p>

    You have it set to 20 but I still see it as 10 on the site. Might be due to that <br> tag you have in there or because of the different quote character used for the value of smallest (so WP does not recognize the value correctly). Use this:

    <p>[cool_tag_cloud smallest="20" largest="40" number="15" order_by="count"]</p>

    As for the spacing, try adding this in WP admin > Appearance > Customize > Additional CSS:

    body .cool-tag-cloud .ctcleft a,
    body .cool-tag-cloud .ctcleft .tag-cloud-link {
        margin: 0 10px 10px 0 !important;
    }
    • This reply was modified 2 years, 1 month ago by WPKube.
Viewing 1 replies (of 1 total)
  • The topic ‘Page with Cool Tag Cloud flagged not mobile friendly in search console.’ is closed to new replies.