Home > Software engineering >  Overflow X problem with the responsive design in WordPress
Overflow X problem with the responsive design in WordPress

Time:12-22

I can't find why i have an overflow on mobile phone (Android and iphone). I don't have any problem when i use the mobile mode in WordPress. Someone can help me please? Here the link : https://nicolas-paysage.fr Thanks. frymde

CodePudding user response:

You Can Add This To Your CSS :

html{
overflow : hiddden;
}
  • Related