This topic has 3 replies, 2 voices, and was last updated 1 years ago ago by Rose Tyler
can you have 3 products in a line for mobile view ?
Hello, Turbo121,
Thank you for contacting us and for using XStore.
Do you mean on Shop page? custom CSS code can be used.
Could you provide URL of the Shop page from your site?
Kind Regards,
8theme team
Hello, Turbo121,
We have not received a response from you regarding our previous communication. To facilitate further discussion, we are providing an example of the code below, that can be added in Theme Options > Theme custom CSS > Mobile:
.products-grid .product {
width: 33.33% !important;
}
.products-grid .product:nth-child(2n+1) {
clear: none !important;
}
.products-grid .product.product:nth-child(3n+1) {
clear: both !important;
}
Or
If you wish to display a specific number of products on different devices on your shop page, we recommend using the XStore product archive builder. This tool allows you to create a custom layout and set the number of product columns you wish to display on the archive pages using Elementor.
Please refer to the attached image for further clarification.
https://imgur.com/eet9FJY
We also encourage you to read and follow the steps outlined in our theme documentation for a more comprehensive guide – https://www.8theme.com/documentation/xstore/xstore-builders/xstore-products-archive-builder-with-elementor/
We trust that the information provided will be of significant assistance to you.
Kind Regards,
8theme team
You must be logged in to reply to this topic.Log in/Sign up