• Hi

    I have elementor pro and oceanwp installed.
    i use elementor product archive to display products and it is displayed wrong.
    there is only one product per row on desktop and 2 products per row on mobile.
    i try to customize it from the theme Appearance but it is not working
    please help
    Thanks

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • G’day

    I had the same issue after updating elementor pro to the latest. Try adding the below and see if that fixes it. Work for me for now.

    @media (min-width: 1024px) {
    .elementor-element.elementor-products-grid ul.products {
    grid-template-columns: repeat(4,1fr);
    }
    }

    Thread Starter amiriss

    (@amiriss)

    Great!
    Thank you very much!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘customize woocommerce archive is not working’ is closed to new replies.