This topic has 4 replies, 3 voices, and was last updated 5 years, 2 months ago ago by Rose Tyler
Hello there.
How to display product in 2 column view for mobile?
Hello,
Add the following code to child theme style.css to show 2 products per row for the mobile devices on the shop page
@media only screen and (max-width: 480px){
.product {
width: 50% !important;
}
}
To show the 2 products per row for the slider on the home page edit Products WPBakery element and change Number of items on phones http://prntscr.com/oijhh0
Regards
It works. Thanks.
You’re welcome!
Regards
The issue related to '‘Display product in 2 column view for mobile’' has been successfully resolved, and the topic is now closed for further responses