This topic has 4 replies, 2 voices, and was last updated 1 years, 10 months ago ago by Tony Rodriguez
Hello,
How I display only 1 product each row on shop and category page ?? I mean on mobile version
Hello @omandaisy,
We suggest that you go to XStore >> Theme Settings >> WooCommerce >> Product Catalog to adjust the “Products Per Row” setting according to your needs. For your reference, please see the screenshot provided here: https://ibb.co/ftgdrSY
We hope this helps.
Best Regards,
8Theme’s Team
this is not working on mobile view please check screenshot
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
You must be logged in to reply to this topic.Log in/Sign up