I have the same problem. On my website I have Woocommerce configured to show two columns in the mobile version, but it seems that there is a problem with the right margin in the list of products. At the moment I have fixed it with CSS, although it is temporarily. This is the part that causes the problem for me:
“@media (max-width: 544px)
.woocommerce-page[class*=columns-] ul.products li.product:nth-child(n), .woocommerce[class*=columns-] ul.products li.product:nth-child(n) {
margin-right: 20px;
clear: none;
}”
I reduced the margin-right to 10px and for the moment it shows me the two columns.
-
This reply was modified 3 years, 7 months ago by josemigueli.