This topic has 9 replies, 3 voices, and was last updated 4 years, 5 months ago ago by Olga Barlow
Hello,
Is there an option to set the WooCommerce mobile view to show 2 product columns? Would it be an setting or custom CSS solution?
thank you!
Hello,
Add this code in Theme Options > Custom CSS > Custom CSS for mobile –
.product {
width: 50% !important;
}
Regards
thank you ıt’s done
thank you but this time product landing page, views 2 column and I dont want to second column in the product landing page just shop page I want to two column
Hi,
Please provide URLs of both pages.
Regards
ok
Please change the previous code to
.products-grid .product {
width: 50% !important;
}
Regards
okey this time ıt ‘s done 🙂
You are welcome.
Regards
You must be logged in to reply to this topic.Log in/Sign up