Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #1464728

    Hello. Is there a way to make products on these pages the same height per row? My images are the same size for everything, I think it is different length product titles throwing things off sometimes. Thanks!

    #1464744

    Hey Illingco,

    Thank you for the inquiry

    I think it is different length product titles throwing things off sometimes.

    You could apply a minimum height to the product title. Please try this css code:

    h2.woocommerce-loop-product__title {
        min-height: 60px;
    }

    Best regards,
    Ismael

    #1464784

    I don’t think that changes anything that I can see.

    #1464871

    Hi,

    The css code doesn’t seem to be applied when we checked. Where did you add it? Please toggle or temporarily disable the Enfold > Performance > File Compression settings, then purge the cache. Or post the login details in the private field so we can check it.

    Best regards,
    Ismael

    #1464917

    I added it, but then took it out because it did not work. Instead I figured out and added this:

    @media only screen and (min-width: 768px) {
    .inner_product_header_cell {
    position: relative;
    min-height: 84px;
    }
    }

    #1464928

    Hi,

    Great, I’m glad to hear that you found a solution. Please let us know if you should need any further help on the topic, or if we can close it.

    Best regards,
    Rikard

    #1464935

    Thanks, I think you can close this for now.

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Make Woocommerce Products on Shop & Archive pages same height’ is closed to new replies.