Archived topic
Horizontal scroll on mobile
5 replies · Started by mike on December 4, 2017
Hello,
I have a slight horizontal scroll on the checkout page on mobile, which i can't seem to resolve.
Thanks
Hi there,
Try adding this CSS:
.woocommerce form .form-row {
box-sizing: border-box;
}
Great it helped.Thanks
Now i found out another page is like this. This time it's a larger area. In a product page
http://giftonline.co.il/product/test-1/
Thanks in advance
I believe that's being caused by a plugin like Fancy Product Designer (or something like that).
They said it was the theme's fault haha
Anyway they gave me this fix, now it's fine
.wf-arial-n4-inactive.wf-inactive{
overflow-x: hidden;
}
Considering that they give you the CSS to fix their own style, it's definitely not the theme's fault.
Glad you found a solution regardless :)