On demo from tablet when I switch from landscape to portrait and resize the page a white border shows up along the entire length of the right side from then on even if I go back to landscape mode or parallax to a section. A few refreshes need to be done to get rid of it!
Thanks!
We've been unable to figure this one out!
Thanks!
Ok so I figured out that the problem is not just body but also html needs a overflow-x:hidden;
When I add this that white border on the right is gone!
However the fixed menu is no longer fixed as well no longer functions among other things!
Thanks for helping with this one! We are trying to launch this site and this is really our last remaining big bug!
Ok fixed this by adding:
.container {overflow-x:hidden}
to stylesheet!
Hi,
Thank you for your contributive feedback
Regards,
When I add .container {overflow-x:hidden} it causes a few extra problems like disabling the contact form among other things!
Any other ideas on the white bar on the right after resizing the site on a device?
The demo also demonstrates the error!
Thanks!
Hi,
white border is the default setting when you set overflow: auto
Setting overflow: hidden will make the content in its container disappear. Thus, it's better to keep that setting
When I made that change the Scroll to Top stopped working in Firefox!