Viewing 2 replies - 1 through 2 (of 2 total)
  • This can be achieved with some custom css which goes in the Advanced Styling tab in Theme Options.

    Your product title space is 120px which is enough for about 5 lines. If you can reduce this to say 70px for 3 lines max you would reduce that big gap. Depends on your longest product title of course.

    .product_item .product_details h5 {min-height:70px}

    Next you would set a fixed height for each product block. The space needed depends on what space you need for the product titles. 400px is about OK for a 3 line title. “static” gets them in-line.

    .kad_product {height:380px; position:static !important}

    The product blocks might still be mis-aligned if one product has a title bigger than what you thought was the max.

    Thread Starter burakwordpress

    (@burakwordpress)

    thanks a lot! lorro! ?? solved my problem

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Products displaced CSS Problem?’ is closed to new replies.