Site logo

Archived topic

Changed woo Colum to 1

10 replies · Started by chris on February 21, 2023

Viewing posts 1–11 of 11

My home page has some products on, desktop is set to 3 and mobile set to 1 however on mobile there is two colums? i cant make it just 1 for some reason any help please?

Yeah fixed it cheers anyway

Glad you resolved it! Cheers!

Hi i have had to revert some changes and this has come back now, on my home page it displays perfect on desktop and tablet but for some reason on mobile it insists on staying two cols wide, please help me fix this issue its driving me mad iv been tring for some time now

Still no idea

Hi there,

go to Customizer > Layout > Woocommerce, switch to the Mobile view and then set the Columns to 1

Hi daavid just done this but it was already set to 1 on mobile view, thanks

fixed with

@media (max-width: 768px) {
.woocommerce-page.columns-3 ul.products li.product, .woocommerce.columns-3 ul.products li.product {
width: 100% !important;
}
}

Resolved thanks

Glad to hear you found a solution

This archived topic is closed to new replies.