[ad_1]
I am building a website for a customer, and there appears to be some white space to the right of the website (on mobile only)
After scrolling a bit, it disappears on my phone. Is this just my phone, or can anyone else see this?
The is the website.
[accuratepoolca.com](https://accuratepoolca.com)
Here’s a screenshot of the issue. https://files.fm/u/ntb2y55gf2
Thanks for any feedback.
[ad_2]
Do you have a screenshot of what you’re seeing, because it looks normal to me. If anything, it’s the header that’s a bit messed up with the top logo covering the “Home” on the left. Probably something with the container or its width.
It’s to do with your animations (the headings) – prior to playing, they’re taking up space outside the viewport. Once they’ve all played, the horizontal scroll issue is gone.
Add to Themes> Customizer > Additional CSS
@media (max-width: 921px) {
html {
overflow-x: hidden!important;
}