Dasweb Posted July 31, 2021 Share Posted July 31, 2021 The tags page for default theme is failing mobile tests due to the stacked tags with not a lot of padding between them. Was investing the CSS, it since it seems that these are all default <li> that adding padding-top to the <li> makes ALL website <li> have padding-top. Is there a specific class related to these tags that I can edit to add more padding and pass mobile test? Quote Link to comment Share on other sites More sharing options...
Tech Support Posted August 2, 2021 Share Posted August 2, 2021 We fixed it here and google now shows green for this page: https://www.kvs-demo.com/tags/ For fixing this please modify the following CSS style like given in the code: .list-tags .item a { display: inline-block; padding: 6px; } 1 Quote Link to comment Share on other sites More sharing options...
Dasweb Posted August 3, 2021 Author Share Posted August 3, 2021 Yes, that works now, thank you for the fix! Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.