http://www.enkonn-lighting.com/product/480w-son-ges-replacements-120w-led-corn-light/#tab-id-4
refer to the link and related 5 products,
http://www.enkonn-lighting.com/corn-lamps-2835smd/
refer to the link and the portfolio grid,. 6 products
have 5 portfolio grid, but their height is not the same, how can i make it the same, even if some title text under portfolio do not display
for example,
orginal title is
LED Corn Light
Supplier 100w
2835SMD – 400w
Metal Halide
replacements
it can also be displayed
LED Corn Light
Supplier 100w
2835SMD – 4….
so that the portfolio grid will have the same height and looks perfect.
Hi paulchiao!
Try adding this to your custom CSS.
.grid-sort-container .grid-content { min-height: 120px !important; }
Best regards,
Elliott
this is the page link
http://www.enkonn-lighting.com/corn-lamps-2835smd/
Thanks for your support,
but your CSS only define min- height, in that way, i have to set a big height to fit the products which have the longest title
so actually i need a lower height and need part of title do not disply.
Hi!
In that case try this.
.grid-content .entry-content-header {
height: 45px;
overflow: hidden;
}
Best regards,
Elliott
thanks, it works well