This topic has 3 replies, 2 voices, and was last updated 1 years, 2 months ago ago by Tony Rodriguez
I cannot find the settings to make 1 column products in shop settings, please help
Hello, @Sagar,
Thank you so much for purchasing our theme and contacting our support center.
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