[Resolved] Wrong columns visualization with woocommerce in page

Home Forums Support [Resolved] Wrong columns visualization with woocommerce in page

Home Forums Support Wrong columns visualization with woocommerce in page

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #992178
    David

    Hi, I’m working in this website: https://vivalanavidad.top

    I’m in a single page and I put a block of products filter by category. In the options of the block y choose 3 columns and 2 rows. But it doesn’t work…. it shows the products organized in 2 columns ( same in mobile and desktop )

    PAGE EXAMPLE: https://vivalanavidad.top/munecos-de-navidad/

    The problem is the same if I choose for example 4 columns. In this case it shows products organized in 3 columns.

    What can I do ? HELP !

    #992432
    Tom
    Lead Developer
    Lead Developer

    Hi there,

    This looks like a bug in the WooCommerce Blocks plugin.

    Try adding this CSS:

    .wc-block-grid__product {
        box-sizing: border-box;
    }

    Let me know πŸ™‚

    #993630
    David

    Tom ! God bless you haha

    It works perfect now !

    Thanks a lot !! πŸ™‚

    #993898
    Tom
    Lead Developer
    Lead Developer

    You’re welcome πŸ™‚

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.