• Resolved cmeeks

    (@cmeeks)


    The items on my shop page do not align. If an item’s name is longer and takes up 2 lines of text, the item below it will not line up with the ones beside it.

    Is there a way to have this set as a grid so that it does not matter how long the item’s names are and the items always stay aligned?

    *It does not matter as much on mobile devices but when looking at it on a computer it is more obviously unaligned.

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

    (@hannahritner)

    Hey,
    You can adjust this with some css. Do you mind posting a link?

    Hannah

    Thread Starter cmeeks

    (@cmeeks)

    hannah

    (@hannahritner)

    Try adding this to your custom css box in Theme Options > Custom CSS:

    .product_item .product_archive_title {
        min-height: 40px;
    }

    Hope it helps!

    Hannah

    Thread Starter cmeeks

    (@cmeeks)

    That worked. You’re the best! Thank you.

    hannah

    (@hannahritner)

    Happy to help!

    Hannah

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Woocommerce Items Not Aligning’ is closed to new replies.