Reply 344370 to: Products in row | shop/category page???

Avatar: Tony Rodriguez
Tony Rodriguez
Support staff
January 19, 2023 at 10:10

Hello @omandaisy,

In order to set the single product column on the shop page for mobile, you will need to use a Custom CSS code. Please try the following CSS code, which you can copy and paste under Xstore >> Theme Settings >> Theme Custom CSS >> Global CSS. After doing so, please clear the mobile browser cache and check back on your site.

@media only screen and (max-width: 767px){
.woocommerce-shop .products-grid .product {
    width: 100% !important;
}
}

Best Regards,
8Theme’s Team

Go To The Whole Conversation In Topic
We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.