php - Clickable elements too close together & Content wider than screen in Google search console

My website is fully responsive and the bottom positions are fine but the Google search console says my website is not mobile-friendly because of the following error:
Clickable elements too close together Content wider than screen
my website is https://www.swayss.com
Answer
Solution:
You should generate a Lighthouse report on Chrome and examine it. As I can see from my Chromium browser it tells me this. Beside the mobile compatibility your website is super slow. It is literally choking until my browser caches website's data. You can find other useful data about performance and other things on a Lighthouse report.
- Absolute Values
Content wider than screen
You are probably using absolute pixel values on your css files which broke your content. You can put them inside a container or edit your css rules.
- Badly designed UI(?)
Clickable elements too close together
Check your Lighthouse report. It tells exactly which elements are problematic. Also "learn more" hyperlinks redirects you to useful guides. Check those.
Best of luck!
Share solution ↓
Additional Information:
Link To Answer People are also looking for solutions of the problem: object not found by the @paramconverter annotation.
Didn't find the answer?
Our community is visited by hundreds of web development professionals every day. Ask your question and get a quick answer for free.
Similar questions
Find the answer in similar questions on our website.
Write quick answer
Do you know the answer to this question? Write a quick response to it. With your help, we will make our community stronger.