Site logo

Archived topic

Horizontal scroll on mobile

5 replies · Started by mike on December 4, 2017

Viewing posts 1–6 of 6

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

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 :)

This archived topic is closed to new replies.