Home Forums WoodMart support forum 2 Lines Grid View Problem

2 Lines Grid View Problem

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #132104

    Bengal
    Participant

    Hi,

    When I select 2 lines on grid view, and the title is not long enough, only 1 line will be visible. Result: different heights of products.

    How to force two lines?
    http://prntscr.com/od1196

    Thanks

    #132106

    Bengal
    Participant

    Fixed by adding this code:

    .product-grid-item .product-title {
    	min-height: 38px;
    	overflow: hidden;
    }

    TY!

    #132128

    That is great. If you have any questions please feel free to contact us.

    Best Regards

Viewing 3 posts - 1 through 3 (of 3 total)

The topic ‘2 Lines Grid View Problem’ is closed to new replies.