Accessibility of the website in PageSpeed Insights test
-
1. Touch targets do not have sufficient size or spacing.
2. Uses ARIA roles on incompatible elements
3. Lists do not contain only
Is there any custom css to help me solve these problems?
Hello,
These issues will be fixed in the 8.3 version.
Thank you for your time and have a good day!
Kind Regards
I also encountered a problem. When I opened the directory on my iPhone, I found that the icon pushed the text out. After I deleted the icon, the text became normal.
Can you please tell me if there is any solution? I want to keep the icon. Is the icon I uploaded the wrong size?
-
This reply was modified 1 month, 3 weeks ago by
Grelo Zhang.
Hello,
The issue is with the SVGs that don’t have width and height attributes. – https://take.ms/qLZBF
You need to open your SVG icons file with some editor like Sublime Text or default system text editor and add width=”31″ height=”40″ attributes to your svg tag like it is shown https://prnt.sc/N-wyqYgD3npT. Then you will need to re-upload your image in WordPress Dashboard.
Kind Regards
But even the translation icon has become like this, it seems that this is not something I can set
Try to use the code below for help:
.wd-nav-mobile {
--nav-img-width: 18px;
}
Define it in Theme Settings -> Custom CSS.
Kind Regards