Home Forums WoodMart support forum Product grid layout box size

Product grid layout box size

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

    hazesmokeshop
    Participant

    Dear Support,

    I have a question regarding the grid box size for the products. If you see the attached two examples, we can see that the grid box for the product with the review is longer than the grid box for the product without review. Is there a way we can change the size of the grid for these products?

    Attachments:
    You must be logged in to view attached files.
    #284727

    Hello,

    The box height is automatically adjusted depending on the content. If you add reviews, the bloc would be higher and if you add swatches for example it would be even higher.

    There is no option to fix the height, we can fix the height with the custom CSS, however, the boxes that do not have reviews would have a gap.

    Best Regards

    #284868

    hazesmokeshop
    Participant

    Thanks Elise,

    Will you please provide me the CSS? I will try it out, if it looks bad then I will keep the present setup.

    Thanks much.

    #285137

    Hello,

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

    body .product-grid-item .product-wrapper{
        min-height:375px;
    }

    Best Regards

    #286196

    hazesmokeshop
    Participant

    Thanks Elise. Please close this thread as well.

    #286282

    You are welcome!

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

The topic ‘Product grid layout box size’ is closed to new replies.