• Resolved itsafork

    (@itsafork)


    I am having difficulty adding products to my site. They are all different shapes and sizes and I’ve tried just about everything. I’m using woocommerce 3.3.4, I’ve tried to manually resize all images in photoshop and bridge. I have even gone through the CSS and Editor to change image heights and aspect ratios however I’m still unable to even get the product lines together.

    I have over 200 more product to go onto the site and need them to all be the same heights and in line with each other. Any help is greatly appreciated, I’m due to a web launch in 28 days from this forum posting.

    The page I need help with: [log in to see the link]

Viewing 7 replies - 1 through 7 (of 7 total)
  • Looks like images are different aspect ratios – Advantage ones are wide, Holistic are tall.

    I make all my product images square – even if it means using a white border to the sides for top/bottom.

    You could auto crop them in the WooCommerce settings – Appearance -> Customizer ->WooCommerce -> Product Images.

    Or use something like:

    .wc-product-image {
    min-height:240px;
    }

    To resize the area the image sits in to the same size as the taller ones.

    crop function still doesn’t work. i already made a topic about this 1 month ago. no response ??
    il try ur way

    fixed it manually

    .product-category img {
    height:120px;
    width:180px;
    }

    Joel Williams

    (@joelwills)

    Automattic Happiness Engineer

    Hi there!

    It sounds like you’ve solved this issue so I’m going to close this.

    If you’re still having problems please open a new ticket, thanks!

    Thread Starter itsafork

    (@itsafork)

    I haven’t resolved my issue as of yet. I have tried resizing my images and some are working better now however the text lines are all different heights which make the buttons look very uneven.

    Is there anyway of fixing this?

    Use CSS to give the product title a min-height value

    Joel Williams

    (@joelwills)

    Automattic Happiness Engineer

    Hi there!

    There hasn’t been a reply for a while so I’m going to close this ticket.

    If you’re still having problems please open a new ticket, thanks!

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Product Sizes’ is closed to new replies.