Archived topic
Changed woo Colum to 1
10 replies · Started by chris on February 21, 2023
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?
Hi Chris,
For clarity, can you provide a screenshot of the section you're referring to? I'm only seeing the "LIVE COMPETITIONS" section on your home page. Is that the section? If so, it's displaying in 1 column on mobile from my end.
Uploading Screenshots: https://docs.generatepress.com/article/using-the-premium-support-forum/#uploading-screenshots
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