WooCommerce shop 2 columns instead of 4

Hi,

I’ve just updated my theme, plugins, etc. and now my shop is displaying the products in 2 columns rather than 4 as I have indicated in the customiser. When you click into a product, the upsell and cross sell are also displaying 2 columns rather than 4. Lastly, the nav buttons at the bottom of the page look weird. Can you please advise?

Thanks!

Ashley

Hi @texaskiwi13,

Thank you for reaching out to us. I checked your setup and I see your child theme is breaking your products page. I activated the parent theme and the problem was fixed. I think the child theme you’re using is quite old, try downloading the fresh copy of Pro Child theme from here https://theme.co/apex/child-themes and check the page again. You can also review the article on setting up the child themes https://theme.co/apex/forum/t/setup-how-to-setup-child-themes/57

Since it’s your live site I’ve activated the child theme back.

Cheers!

Thanks! that worked, but now the cross sells and upsets aren’t displaying. Thoughts on how to fix that?? Thanks!!

Hello Ashley,

The related products, cross sells and upsells does not display because of your custom css.
You have added this:

.single header.entry-header {
    display: none;
}

Please remove that code so that it will display.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.