[Resolved] Horizontal scroll on mobile

Home Forums Support [Resolved] Horizontal scroll on mobile

Home Forums Support Horizontal scroll on mobile

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #441645
    mike

    Hello,

    I have a slight horizontal scroll on the checkout page on mobile, which i can’t seem to resolve.

    Thanks

    #441797
    Tom
    Lead Developer
    Lead Developer

    Hi there,

    Try adding this CSS:

    .woocommerce form .form-row {
        box-sizing: border-box;
    }
    #441885
    mike

    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

    #442640
    Tom
    Lead Developer
    Lead Developer

    I believe that’s being caused by a plugin like Fancy Product Designer (or something like that).

    #442798
    mike

    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;
    }

    #443075
    Leo
    Staff
    Customer Support

    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 🙂

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.