• Resolved rollies

    (@rollies)


    Hay Mate –
    Elementor pro recently updated to 2.5.12 and it seems there is a conflict somewhere with the woo products field not showing the columns / rows correctly –
    The page should be showing 4 columns 1 row . I changed to a default theme and it works as should. This is a fresh WP install i did to try debug this.

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

Viewing 1 replies (of 1 total)
  • Thread Starter rollies

    (@rollies)

    Adding the below css seemed to have done it.
    @media (min-width: 1024px) {
    .elementor-element.elementor-products-grid ul.products {
    grid-template-columns: repeat(4,1fr);
    }
    }

    • This reply was modified 5 years, 7 months ago by rollies.
Viewing 1 replies (of 1 total)
  • The topic ‘Elementor pro 2.5.12’ is closed to new replies.