Sometimes, it’s hard to find which element is overflowing and causing issue in the website. In this post, I explained how to find the issue and fix it. You can also watch this video:
To fix it, you can open the website in Google Chrome, press F12. and write the following css :
* {
border:1px solid red !important;
}
Here’s how the website will look like:
Now you got the element and can go back to WordPress and fix it.
Please watch the video and let us know if it was helpful.