Archived topic
Blog Index to small
9 replies · Started by Rolf on April 6, 2023
Hey,
i have the issue when i add a index to an artical the types for mobile phones are to small and google complain.
Is there any solution for that ?
Hi there,
Any chance you can link us to the page in question?
You can use the private information field:
https://docs.generatepress.com/article/using-the-premium-support-forum/#private-information
Let me know :)
Hey,
thanks for your fast answer: Sample Link: https://test.netzwerkadmins.de/gez-abmelden/
Output from Google Pagepseed: https://pagespeed.web.dev/analysis/https-test-netzwerkadmins-de-gez-abmelden/mknbxep2h1?hl=en&form_factor=mobile
I'm not seeing any obvious issues here:
https://www.screencast.com/t/fCW2shur5I
What is the exact error you are seeing? Does the error occur when using a Twenty series WP theme?
Hello,
please try the link again or checkout follow screen:
https://ibb.co/RcRHYSx
yesterday was some issues with the page tester
In General i have the follow issue:
https://docs.generatepress.com/article/text-too-small-to-read-and-clickable-elements-too-close-together/
But honestly how its possible to do text index reponsive for mobile phones ?
Hi there,
try adding this CSS to your site:
.site-main li a {
display: block;
padding: 12px 0;
}
It will give the links in your list some top and bottom padding so they are more easily tapped.
Hey David,
that works, Thank you!!!. Why is that not directly included ? save a lot of trouble.
regards
Rolf
The theme doesn't output any content which that CSS would apply to.
And as the li a HTML is used in a lot of places and a lot of plugins that may not want that padding, its better o provide some CSS to on the rare occasions its needed then to provide CSS to remove it.
Glad to be of help.
Hello,
is there no another solution ?
https://test.netzwerkadmins.de/widerruf-vorlage/
Now looks the listing very destroyed
The listing looks fine to me:
https://www.screencast.com/t/9n4VZEyyDwr
Please disable your caching plugin(s) if you need further help.
Thanks.