Woocommerce products not clickable on mobile

Hi,

The Woocommerce products and purchase buttons I have on my website are not clickable on a smartphone. Why is that, and could I please ask you to fix this as soon as possible? I’m not familiar with coding, unfortunately…

Thanks!

Hi @amsh,

As I don’t have your url please follow this steps:

Go in Appearance> Custom css and copy paste there the following css codes:

.side-pull-right #primary {
    float: none;
}

.side-pull-left #primary{
float:none;
}

If you don’t have custom css than install this css custom plugin:

After install, copy paste the above code.

Thanks,

Cristian