Related products grid view not working

Hi, hope you can assist. We have noticed that under related products on the site for mobile only the grid view seems to not display correctly. This only happens on mobile when we set the related product to show 4 or more in the theme settings. Can you please let us know what we can do to fix this? Thank you

In the meantime, we have set the related product to 3 so it shows correctly on mobile. Here is the website link. https://polokwanespa.co.za/

Comments

  • Hi,

    Please, go to Betheme -> Theme options -> Custom CSS & JS -> CSS, and put there the following CSS code:

    @media only screen and (max-width:960px){
       .woocommerce.mobile-row-2-products .products.related ul.products li.product:nth-child(3n+1){
       clear: unset!important;
     }
    }
    

    Thanks

  • Hi, Thank you for that. It seems to have fixed the issue. Have a great day.

Sign In or Register to comment.