Home Forums WoodMart support forum 2 categories per row in a specific page

2 categories per row in a specific page

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

    maloneweb
    Participant

    Hello, i have a problem in this page: https://www.velenoluxuryperfumery.it/categoria-prodotto/brand/

    Now i display 3 categories per row, but some categories are cutted, so i want to display to categories per row to make the single category area more bigger.

    How i can obtain this? I have try with custom css with the class .term-32 (the page id) but it doesnt work.

    Please let me know.

    Thanks and best regards

    #337296

    Hello,

    You will need to crop the images, you can find how to do that in this manual: https://xtemos.com/docs/woodmart/faq-guides/image-size-content-alignment-product-grid/

    If you have any questions please feel free to contact us.

    Best Regards

    #337503

    maloneweb
    Participant

    Hello, maybe i dont explain good, plese read follow:

    1) i have this product category: https://www.velenoluxuryperfumery.it/categoria-prodotto/brand/

    2) i need of have 2 categories per row ONLY IN THIS CATEGORY. For the others is all ok;

    3) There is a particular custom css that i have to use?

    Thanks and best regards

    #337582

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    @media (min-width: 769px){
    body.term-brand .category-grid-item.col-md-4 {
        -ms-flex: 0 0 49%;
        flex: 0 0 49%;
        max-width: 49%;
    }
    }

    Best Regards

Viewing 4 posts - 1 through 4 (of 4 total)