This topic has 6 replies, 2 voices, and was last updated 1 years, 1 months ago ago by Rose Tyler
Hello, I would like to handle Massive Addon Plugin’s Grid Product responsivity.
On desktop, I can chose the amount of column I want for my grid but it get reduced to 1 when showing on a phone.
Is there a way to change that without CSS since the plugin uses absolute positions that make it harder to handle easily.
Thank you
Hello, BoltKun,
Thank you for contacting us and for using XStore.
Could you provide temporary wp-admin access? We need to check the settings on your site.
To provide wp-admin access, you can create a new user account with administrator role via the Dashboard, and provide us with the username and password via the Private Content area.
Kind Regards,
8theme team
Hello, here are the infos
Hello, BoltKun,
We appreciate your prompt response.
We would recommend you use our Products element https://prnt.sc/GlB6hz3Z44f6
and the next custom CSS code https://prnt.sc/yCplzIZVUhrr :
@media only screen and (max-width: 480px) {
.row-count-4 .product:nth-child(2n+1) {
clear: none !important;
}
.row-count-4 .product {
width: 50%;
}
}
Kind Regards,
8theme team
Hello, thank you for your answer, it works as intended. I have another question about this new grid element. Im ordering items by Menu order which allow me to change the order by changing the menu ortder on each item. This works perfectly fine on desktop but for some reason, it does not have the same order on phone and I cant find any configuration about this. Could you please help me ? Thank you
Hello, BoltKun,
The order of products for desktop and mobile can’t be different.
Kind Regards,
8theme team
You must be logged in to reply to this topic.Log in/Sign up