This topic has 3 replies, 2 voices, and was last updated 1 years, 1 months ago ago by mariangio
How can I display a shop page on cellphone in 2 columns and not just 1?
Hello, @mariangio,
Thank you for using our theme and for contacting us.
1) To display one product per row on mobile devices, please copy and paste the following CSS code into XStore >> Theme Options >> Theme Custom CSS >> Global CSS and then clear your browser cache to view the changes:
@media only screen and (max-width: 500px){
.products-grid .product {
width: 100% !important;
}
}
2) To display two products per row on the mobile version, please copy and paste the following CSS code into XStore >> Theme Options >> Theme Custom CSS >> Global CSS and then clear your browser cache to view the changes:
@media only screen and (max-width: 500px){
.products-grid .product{
width: 50% !important;
}
}
We appreciate your business and thank you for your patience.
Best Regards,
8Theme’s Team.
Thanks
The issue related to '‘How can I display a shop page on cellphone in 2 columns and not just 1?’' has been successfully resolved, and the topic is now closed for further responses