Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #816209

    Hi,

    is it possible to change the mobile breakpoint of the WooCommerce product grid?
    I use 4 columns, but the breakpoint is rather “late”. So the products become very small when changing the size of my browser. I would like to see that de 2 column product grid comes up earlier.

    Thanks!

    #816260

    Hey JBkvns,

    Could you post a link to the site in question so that we can take a closer look please?

    Best regards,
    Rikard

    #816276

    Hi,

    This is de link:

    Thanks!

    #816574

    Hi,

    Thanks for that. Please try the following in Quick CSS under Enfold->General Styling:

    @media only screen and (max-width: 1024px) {
    .responsive #top #main .products .product {
        margin: 0 1% 1% 0 !important;
        width: 49% !important;
    }
    .responsive #top .products .product:nth-child(odd) {
        clear: both !important;
    }
    }

    Best regards,
    Rikard

    #819235

    Thanks! This is much better.
    Only strage thing is, is that on the second productline it places only one product and the other under it. Is that something fixable?

    Thanks again & Kind regards

    #819688

    Hi,

    That is possible because of the product description title.
    It seems it is bug and it is braking it when loading the page!

    Best regards,
    Basilis

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