Viewing 4 reply threads
You must be logged in to reply to this topic.
Hello, have some news error on my google console since i setted up a new page (https://ess-expertise.fr/communication-digitale/).
Google tell to me that the “Content wider than the screen”,”Clickable elements too close together” and “Unreadable text because too small”.
I tried to disabled row by row to see if the content still wider on my mobile.
Any idea will be welcome.
Regard
Hello,
Apart from the content being a bit in the left, in mobile, i don’t see any issue. I don’t get these messages in my google chrome console either.
You can add this css to center the content in mobile:
@media (max-width: 480px){
.viewport {
left: 30px;
}}
Can you post some screenshots of the messages?
Best regards!
You must be logged in to reply to this topic.