This topic has 12 replies, 2 voices, and was last updated 2 years, 2 months ago ago by Kazi Sabit
Can you give me css code wich will show 3 collumnt in ajax product tab (grid) in mobile. I can set collumn number only for desktop view.
Hello,
Please Provide URL of page with tabs and temporary wp-admin access.
Regards
In the private content area
Ajax Product tab > Select Grid view > I want 3 Collumn in mobile view and 6 for desktop view (Which i can choose). But I cannot set collumn number for movile version.
Hello?
Hello,
You forget to provide the username. Please check.
Waiting for your reply.
Regards
Ok. Given
Edit the page using Elementor and add the next code
@media only screen and (max-width: 480px) {
selector .products-grid .product {
width: 33.33%;
}
selector .row-count-6 .product:nth-child(2n+1) {
clear: none !important;
}
}
here https://prnt.sc/ySw8SHqqJ7UP
Regards
I have sent video with issue explained
Hello….
Hello @Kazi Sabit,
Thanks for your patience.
Check now https://prnt.sc/UM957J2iahPw > https://gyazo.com/077b96979cd7586f5e5a8c59d0aec519
@media only screen and (max-width: 480px) {
selector .products-grid .product {
width: 33.33%;
}
selector .row-count-6 .product:nth-child(2n+1) {
clear: none !important;
}
selector .row-count-6 .product:nth-child(3n+1) {
clear: both !important;
}
}
Regards
There is a big gap (marked with red arrow) when border layout enabled. How can i make this gap 0%? Pic link in the private
Tagged: ajax, best selling, product, themes, woocommerce
The issue related to '‘css Code for ajax product tab’' has been successfully resolved, and the topic is now closed for further responses