This topic has 2 replies, 2 voices, and was last updated 11 months, 3 weeks ago ago by Tony Rodriguez
Hello, for desktop we had set to show 3 columns of products, for tablet showing 2 product columns, for mobile also show 2 columns how for mobile we can channge to show 1 columns product?
Hello, @Focu5,
Thank you for contacting us and for using XStore.
how for mobile we can channge to show 1 columns product?
To achieve this, you can insert the following CSS code into XStore >> Theme Options >> Theme Custom CSS >> Global CSS. Afterward, please ensure to clear your browser cache to see the changes:
@media only screen and (max-width: 500px){
.products-grid .product {
width: 100% !important;
}
}
We trust this will address your concern.
Best Regards,
8Theme’s Team
You must be logged in to reply to this topic.Log in/Sign up