This topic has 3 replies, 3 voices, and was last updated 5 months, 1 weeks ago ago by Andrew Mitchell
Dear Team Support,
I’d like to ask if it’s possible to display one product per row at Shop page when on mobile version?
Currently, it’s showing 2 products per row. See screenshot.
Thanks!
Hello, @SS,
Thank you for contacting us and for using XStore.
We would like to kindly request that you adjust the display settings for your mobile site version to show one product per row. To implement this change, please insert the following CSS code into your website’s configuration:
1. Navigate to Xstore > Theme Options > Theme Custom CSS > Global CSS.
2. Insert the following code:
@media only screen and (max-width: 767px) {
.products-grid .product {
width: 100% !important;
}
}
You can preview the expected outcome by visiting this link: (https://paste.pics/edit/R3VAS)
We trust this adjustment will enhance the display and functionality of your site on mobile devices. Should you need any further assistance or have questions regarding this process, please feel free to contact us. We are here to support you.
Best regards,
The 8Theme Team
Dear SS,
In the spirit of gratitude, we want to express our appreciation for your trust in our products. As a valued customer, your experience matters greatly. Would you consider sharing it by giving our theme a deserving 5-star rating on ThemeForest?
Click here to share your thoughts: https://themeforest.net/downloads
Being part of our community means a lot, and your feedback contributes immensely.
Best Regards,
The 8Theme Team
The issue related to '‘Shop page : How to display one product per row when on mobile version?’' has been successfully resolved, and the topic is now closed for further responses