• Since a new update my products aren’t lined up anymore. The third one is lower than the second which makes the sequence off. Could anyone help me out with that? Thanks!

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • hannah

    (@hannahritner)

    Hey,
    Try adding this to your custom css box in Theme Options > Advanced Settings:

    .details_product_item {
        min-height: 80px;
    }

    Hope it helps!

    Hannah

    What worked for me to keep my products aligned on the archive pages is the following different code…

    .product_item a.product_item_link {
        min-height: 80px;

    The problem for me started because some product titles are longer than others. Some of my titles are 3 lines long on the archive pages, so I set my min-height at 90px and that works well for 3 lines with my font and font size. You can increase or decrease the 80px value to whatever works for your store.

    However @richcityfortune, I see that your problem isn’t anything to do with titles length as yours are all 1 line on the archive page. Your problem is because one of your products does not have a price (BLUE/GREY RIPSTOP PANTS). Therefore it is causing every product after that on the page to be misaligned. However, if this is intentional, then my code may work, but you may need to use a different value other than 80px. Just mess around with it and see what works for you.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘product aren’t lined up’ is closed to new replies.