Site logo

[Resolved] Equal column heights Woocomerce category page

Home Forums Support [Resolved] Equal column heights Woocomerce category page

Home Forums Support Equal column heights Woocomerce category page

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

    Hi there,
    as in topic. Searched the forum and it looks like it should work out of the box. I can’t get it right.
    https://silakobiet.pl/sklep/
    I have different image sizes and I’d like to have them vertically aligned in the middle and image boxes equal height.

    Please advise.

    #2406710
    David
    Staff
    Customer Support

    Hi there,

    you can try using some CSS to force them to have a minimum height and center:

    
    .attachment-woocommerce_thumbnail {
        display: block;
        min-height: 300px;
        display: flex;
        align-items: center;
    }

    But if you can, i would highly recommend that you edit and upload all images using the same size canvas.
    This will save you a lot of headaches.

    I personally create a Square template in Affinity Photo / Photoshop. And place my images inside that, some images may have extra whitespace but its really worth it.

    #2406846
    Marta

    Thanks David,
    I will go with unified image size.
    All the best!

    #2407779
    David
    Staff
    Customer Support

    You’re welcome

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