Archived topic
1 column on product archive when mobile
3 replies · Started by Heinrich on January 9, 2023
hi team,
i have solved the woo shortcode column thing on mobile. but unexpected i have the problem, that on normal product category archive pages i cannot switch to 1 column on mobile. setting in customizer is done, but i think there is a conflict with the product filter plugin, which I need unfortunately mandatory.
can you please support me with css to solve this?
tks in advance
Hi there,
Can you give this CSS a shot?
@media (max-width: 768px) {
.woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
width: 100%;
}
}
working fine, tks a lot leo
No problem :)